Skip to content

Releases: sbozarth/homebridge-lc7001

Duplicate Serial Number Fix

15 Oct 05:21
45f0293
Compare
Choose a tag to compare

Configuration options for TCP Timeout and Retry

24 Jan 04:09
Compare
Choose a tag to compare

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.

15 Nov 00:41
Compare
Choose a tag to compare

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

14 Nov 05:41
Compare
Choose a tag to compare

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.

30 Oct 00:59
Compare
Choose a tag to compare

v1.0.2 -- Support for Homebridge v1.1.3+ (TypeScript Re-Write)

23 Sep 04:07
Compare
Choose a tag to compare

Completely rewritten in TypeScript with support for Homebridge v1.1.3+

v0.6.4 -- Last version to support homebridge <= v0.4.53

12 Sep 06:36
Compare
Choose a tag to compare

This is the last version written for homebridge <= v0.4.53. It has been tested with homebridge v1.1.3 and worked.