Skip to content

Version 1.1.11

Compare
Choose a tag to compare
@arachnetech arachnetech released this 28 Apr 20:40
· 279 commits to master since this release

Release Notes

Version 1.1.11

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

Version 1.1.10

  • Fixed crash (introduced in version 1.1.9) with confirmed publisher on/off acknowledgement (#252)

Version 1.1.9

  • Added persistencePath to historyOptions
  • Added support for codecs
  • Added state to apply functions

Version 1.1.8

  • Garage door add getDoorMoving option as simpler alternative to getCurrentDoorState
  • Changed default garage door state (after restart) to closed

Version 1.1.7

  • Allow temperature sensor current temperature range to be overriden (using minTemperature and maxTemperature)
  • Added confirmationIndicateOffline option
  • Moved history options from history to historyOptions object
  • Added config-ui-x support for historyOptions

Version 1.1.6

  • Added history support for switch (thanks, @tobekas)
  • Fixed #223 and #207 - history not working if getTotalConsumption used (thanks, @tobekas)
  • Fixed history last activation in motion and contact sensor (thanks, @tobekas)
  • Allowed config.url string without protocol, now defaulting to mqtt:// (thanks, @tobekas)