Releases: sbozarth/homebridge-lc7001
Duplicate Serial Number Fix
Configuration options for TCP Timeout and Retry
TCP Timeout (how long before LC7001 connection declared dead) and Retry (how long plugin waits before reconnecting to LC7001) are now configuration options.
Support for LC7001 authentication.
The LC7001 will require authentication if first zone added after January 1, 2020. Devices configured prior to 2020 will continue to work without authentication, but will allow authentication to be set up. This release supports authentication and adds a configuration option for the password.
Fix bug for nonsequencial zone IDs
Fix for #10.
When an LC7001 has non-sequencial zone ID numbers, initialization of the plugin failed. While the [].forEach() function handles missing elements well, the [].findIndex() function does not. Corrected [].findIndex() call to check for existence of array element before checking its properties.
Fix regular expression for matching NTP messages.
Minor bug fix from 1.0.2.
v1.0.2 -- Support for Homebridge v1.1.3+ (TypeScript Re-Write)
Completely rewritten in TypeScript with support for Homebridge v1.1.3+
v0.6.4 -- Last version to support homebridge <= v0.4.53
This is the last version written for homebridge <= v0.4.53. It has been tested with homebridge v1.1.3 and worked.