codmpm / node-red-contrib-loxone

Connect the Loxone Miniserver to node-red via the Websocket API
MIT License
74 stars 24 forks source link

Update loxone.js #66

Closed rbuki closed 3 years ago

rbuki commented 3 years ago

With Loxone Config Version 11, a feature called hasControlNotes has been implemented by Loxone. This commit add the Property hasControlNotes to control nodes. In addition to this, a webservice request to jdev/sps/io/{controlUUID}/controlnotes will no longer crash nore-red but add the received text data as ControlNote to the msg object.

rbuki commented 3 years ago

had some bad behavior. need to check.