Releases: ebaauw/homebridge-nb
Releases · ebaauw/homebridge-nb
v0.0.6
v0.0.5
Enhancements:
NbDiscovery
andNbClient
are now subclasses ofHttpClient
for more robust handling of communication errors with Nuki bridge, see #3.- Monitor Nuki bridge callback and re-create in case it's lost for more robust communication with Nuki bridge.
nb
command-line tool now accepts-D
and-DD
for debug messages.
Bug Fixes
- Use
lockAction
instead oflock
andunlock
, see #2. - Don't consider
wlanConnected
for setting Status Fault, see #2.
Bump Dependencies
- NodeJS v14.15.1 LTS
- homebridge-lib v5.0.0.
v0.0.3
Enhancements
- Plugin has been verified by Homebridge, see homebridge/plugins#210.
- The Door Sensor on the Smart Lock is now exposed as a separate accessory, instead of an additional service on the lock accessory. Now pressing the tile in Home on iOS 14 will (un)lock the lock directly, instead of popping up the Controls window.
Bug Fixes
- During clean startup (no cached accessories), heartbeat was processed twice. This caused a double subscription to bridge event notifications and occasional API authentication failures.