Releases: bluewalk/NukiBridge2Mqtt
Releases · bluewalk/NukiBridge2Mqtt
v1.5.3.2
Maintenance update to build multi-arch docker images
v1.5.3.1
- Fixed forgotten topics for newly introduced properties
Previous release notes:
- Updated to .NET 5
- Updated dependencies
- Added support for keypadBatteryCritical flag, ringactionState and ringactionTimestamp
- Switched to Serilog for logging
- Fixed bug where lockAction failed for openers
v1.5.3.0
- Updated to .NET 5
- Updated dependencies
- Added support for keypadBatteryCritical flag, ringactionState and ringactionTimestamp
- Switched to Serilog for logging
- Fixed bug where lockAction failed for openers
v1.5.2.0
- Resolves issue with Doorstate callback
- Added unknown state for Nuki opener
v1.5.1.0
- Publish door-sensor state via MQTT
v1.5.0.0
- Added support for Door-sensor state as per nuki API change of 08.07.2020
v1.4.1.0
- Fixed issue whree LastKnownState could be null (due to bridge response)
- Include device mode in status topics
v1.4.0.0
- Added interval for publishing Bridge status info
- Fixed bug that a malformed callback would break the http server
v1.3.1.0
- Bugfix for
device-action
MQTT command
v1.3.0.0
- Added support for the Nuki Opener (untested)
- Moved to JSON.NET (de)serialization instead of RestSharp