Skip to content

Version 1.1.16

Compare
Choose a tag to compare
@arachnetech arachnetech released this 09 Jun 23:25
· 232 commits to master since this release

npm
npm
Discord
verified-by-homebridge

Homebridge MQTT-Thing: Release Notes

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

Version 1.1.12

  • Extended codecs to support ad hoc property changes and MQTT publishing
  • Codec defaults changed to apply per-function