Skip to content

Version 1.1.20

Compare
Choose a tag to compare
@arachnetech arachnetech released this 15 Aug 21:38
· 207 commits to master since this release

npm
npm
Discord
verified-by-homebridge

Homebridge MQTT-Thing: Release Notes

Version 1.1.20

  • Added insecure option for TLS, disabling checking of certificate and server identity

Version 1.1.19

  • Allowed 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.