Skip to content

Version 1.1.15

Compare
Choose a tag to compare
@arachnetech arachnetech released this 06 Jun 14:01
· 239 commits to master since this release

npm
npm
Discord
verified-by-homebridge

Homebridge MQTT-Thing: Release Notes

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

Version 1.1.11

  • Fixed publishing of empty messages configured through config-ui-x in startPub (#253)