Version 1.1.17
Homebridge MQTT-Thing: Release Notes
This is a test build for the new grouped (custom) accessories functionality
Version 1.1.17 (TEST BUILD)
- Added support for grouped (custom) accessories (#201)
Version 1.1.16
- Changed order of Codec and apply() used together so that on publishing values pass through apply function before codec, and on subscription values pass through codec before apply function. This allows manipulation of values like the red,green,blue string from the RGB light before codec encoding and after codec decoding. This makes the JSON codec more flexible.
Version 1.1.15
- Fixed weather station with homebridge-lib 4.7.7
Version 1.1.14
- Added air purifier (implemented by @tobekas)
- Added irrigation system (implemented by @tobekas)
- JSON codec: added per-topic fixed values and retain option
Version 1.1.13
- When using missing confirmation to set offline state, any message received after timeout sets state back to online
- Added internal codec concept: specifying a codec with no .js suffix will load it from the mqttthing 'codecs' directory
- Added experimental JSON codec (json)
- RGB and HSV lights: wait for multiple property changes before publishing