Skip to content

Version 1.1.19

Compare
Choose a tag to compare
@arachnetech arachnetech released this 13 Aug 23:57
· 208 commits to master since this release

npm
npm
Discord
verified-by-homebridge

Homebridge MQTT-Thing: Release Notes

Version 1.1.19

  • Allow TLS certificate, key and ca pem files to be loaded

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