Skip to content

Examples, improved documentation and iterators, yay!

Compare
Choose a tag to compare
@dannybloe dannybloe released this 13 Mar 22:54
· 162 commits to master since this release
  • Added log method to domoticz object. Using this to log message in the Domoticz log will respect the log level setting in the settings file. [dannybloe]
  • Updated readme. Better overview, more attributes described.
  • Added iterator functions (forEach and filter) to domoticz.devices, domoticz.changedDevices and domoticz.variables to iterate or filter more easily over these collections. Starting to look like javascript already :)
  • Added a couple of example scripts.