Difference between revisions of "Release Notes 3.9.0"

From HSYCO
Jump to navigation Jump to search
Line 13: Line 13:
 
*Telegram I/O Server:
 
*Telegram I/O Server:
 
**the password datapoint can now be set to an empty string to delete the password and allow all incoming messages, even from users that are not registered
 
**the password datapoint can now be set to an empty string to delete the password and allow all incoming messages, even from users that are not registered
 +
*Cameras:
 +
**improved HTTP authentication compatibility with some camera models
  
 
== EVENTS ==
 
== EVENTS ==

Revision as of 21:08, 28 November 2023


Server Updates

  • DUELUX I/O Server:
    • new g<n>.lock data points
  • MEWS I/O Server:
    • added retryafterinterrupt configuration setting (defaults to 10)
  • Modbus I/O Server:
    • new frameinterval data point
  • Tecnoalarm I/O Server:
    • support for EV 10-50
  • Telegram I/O Server:
    • the password datapoint can now be set to an empty string to delete the password and allow all incoming messages, even from users that are not registered
  • Cameras:
    • improved HTTP authentication compatibility with some camera models

EVENTS

Java API

JavaScript API

GUI Updates

Manager

Bug Fixes

  • High Availability:
    • the slave HSYCO server could keep restarting if haDatabaseSlaveSync was enabled
  • MEWS I/O Server:
    • StartupEvent setting was not reading correctly
    • when the driver gets a 429 error the connection datapoint is now set to "offline" until the rate-limit timeout expires
  • SATEL I/O Server:
    • Satel UI object layout
  • JavaScript API:
    • httpRawEvent callback function not working and could also block httpCallEvent callback functions