Releases: ebaauw/homebridge-lib
Releases · ebaauw/homebridge-lib
v7.0.4
Bump Dependencies
- NodeJS v20.15.0 LTS;
- Homebridge v1.8.3;
- hb-lib-tools v2.0.3.
v7.0.3
Bump Dependencies
- NodeJS v20.14.0 LTS;
- Homebridge v1.8.2;
- hb-lib-tools v2.0.2.
v7.0.1
Bug Fixes
ServiceDelegate.History
: For TotalConsumptionValue
, correctly handle reset of Total Consumption (e.g. due to device factory reset).
Bump Dependencies
- NodeJS v20.13.1 LTS;
- hb-lib-tools v2.0.1.
v7.0.0
Major Version - Breaking Changes
- Change package to use ECMAScript modules instead of CommonJS modules. Consequently, it needs to be loaded through
import
instead of through require
. Classes are exported as subpaths to support lazy loading.
Bump depdencies
- Homebridge v1.8.1.
- NodeJS v20.12.2 LTS;
- hb-lib-tools v2.0.0.
v6.7.5
Bump Dependencies
- NodeJS v20.12.0 LTS.
- hb-lib-tools v1.2.4
v6.7.4
Enhancements
MyHomeKitTypes
: Add characteristics for surround speaker and height audio settings for Homebridge ZP.
Bump Dependencies
- NodeJS v20.11.1 LTS;
- @homebridge/plugin-ui-utils: v1.0.1.
v6.7.1
Bump Dependencies
- NodeJS v20.10.0 LTS;
- hb-lib-tools v1.2.1.
v6.6.6
Bug Fixes
ServiceDelegate.History
: Handle multiple history values with ResetTotal
(without issuing a "... History: Reset Total: warning: 2 listeners"). Needed for Homebridge UPS with combined history for Contact Sensor and Consumption.