Skip to content

Version 1.1.18

Compare
Choose a tag to compare
@arachnetech arachnetech released this 20 Jul 23:23
· 219 commits to master since this release

npm
npm
Discord
verified-by-homebridge

Homebridge MQTT-Thing: Release Notes

Version 1.1.18

  • Added whiteMix option for RGBWW lights. Set whiteMix to false to disable extraction of white components from colours - i.e. powering only RGB channels or WW,CW channels. (#300)

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