Skip to content

Releases: ebaauw/homebridge-lib

v6.5.0

01 Sep 09:10
a2a0428
Compare
Choose a tag to compare

Enhancements

  • toHexString():
    • Don't trim nor pad when length is not specified (instead of defaulting length to 4);
    • Don't trim numbers whose hex string is longer than length;

Bug fixes

Bump Dependencies

  • hb-lib-tools v1.1.0.

v6.4.1

11 Aug 11:45
ff6e73a
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.17.1 LTS;
  • hb-lib-tools v1.0.12.

v6.4.0

22 Jul 11:30
c724965
Compare
Choose a tag to compare

Enhancements

  • Change the way NodeJS version is listed in package.json, to silence any npm warnings when installing on any NodeJS v16 or v18 version, but continue to issue "recommended version" warnings in the Homebridge log when running on a different version than used for development and testing.
  • ServiceDelegate.Battery: Make Battery Level, Charging State, and lowBatteryThreshold optional, see ebaauw/homebridge-nb#116.
  • Add recommendedNodeVersion().

Bump Dependencies

  • NodeJS v18.17.0 LTS;
  • hb-lib-tools v1.0.11.

v6.3.18

23 Jun 07:23
7c7d8f5
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.16.1 LTS;
  • hb-lib-tools v1.0.10.

v6.3.17

14 May 09:19
a04ce48
Compare
Choose a tag to compare

Enhancements

  • EveHomeKitTypes: add ElgatoDeviceStatus (from Eve Smoke).

Bump Dependencies

  • hb-lib-tools v1.0.9.

6.3.16

07 May 14:37
36a82d9
Compare
Choose a tag to compare

Bug Fixes

  • Don't update characteristic value when re-creating the delegate for a characteristic that's restored from cachedAccessories. This would cause ghost events on a Programable Switch Event characteristic, see ebaauw/homebridge-deconz#139 (comment). And it's not needed, as the value has already been restored from the serialised characteristic.

v6.3.15

06 May 09:04
c27d70f
Compare
Choose a tag to compare

Bump Dependencies

  • Homebridge v1.6.1;
  • hb-lib-tools v1.0.8.

v6.3.14

16 Apr 10:40
e3ad4ee
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.16.0 LTS;
  • hb-lib-tools v1.0.7.

v6.3.13

08 Apr 08:40
2e82332
Compare
Choose a tag to compare

Enhancements

  • ServiceDelegate.History: Add history for Eve Button. Not sure if it actually creates any history entries; the Eve app doesn't show any.

Bump Dependencies

  • NodeJS v18.15.0 LTS;
  • hb-lib-tools v1.0.6.

v6.3.11

24 Feb 11:44
d6b180e
Compare
Choose a tag to compare

Bump Dependencies

  • NodeJS v18.14.2 LTS;
  • hb-lib-tools v1.0.4.