Releases: ebaauw/homebridge-nb
Releases · ebaauw/homebridge-nb
v1.1.2
Enhancements
- Support bridges in different subnets, reached over different interfaces.
- The listener now listens on 0.0.0.0. Consequently, the
addressconfig.json key has been removed. - When subscribing to bridge notifications, the local address from the client connection to the bridge is used for the callback url.
- The listener now listens on 0.0.0.0. Consequently, the
Bump Dependencies
- NodeJS v14.17.0 LTS;
- homebridge-lib v5.1.3.
v1.1.1
v1.1.0
v1.0.8
v1.0.7
Enhancements
- Add
addressandportconfig.json keys to specify IPv4 address and port for web server receiving Nuki bridge notifications, see #21.
Bug Fixes
- Received error for the plugin 'homebridge-nb' from the characteristic 'Heartrate': Characteristic Property
maxValuewas set to 600, but for numeric format uint8 maximum possible is 255
Bump Dependencies
- homebridge-lib v5.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
Enhancements
- Add Enabled characteristic to Opener's Doorbell service, see #7;
- Add dummy Stateless Programmable Switch service to bridge accessory, see #13.
Bug Fixes
- Firmware version in HomeKit not updated after firmware update.
- Last Updated on Doorbell service was updated on polling the bridge, instead of on getting an updated state from the Opener;
- Last Updated on Contact Sensor service was updated on polling the bridge, instead of on getting an updated state from the Smart Lock.
Bump Dependencies
- homebridge-lib v5.0.4;
- Lose dependency on chalk.
v1.0.2
Enhancements
- Expose the door sensor on the smart lock once again using a separate accessory, instead of adding a Contact Sensor service to the accessory with the Lock Mechanism service. Home on iOS 14 won't (un)lock the door from the tile, when the sensor is present on the same accessory.
Bump Dependencies
- NodeJS v14.15.4 LTS;
- homebridge-lib v5.0.2.