Talk:MQTT

From Domoticz
Revision as of 06:05, 28 March 2017 by Aee74 (talk | contribs) (Created page with "What is the correct function for injecting into domoticz? I,ve tried a node-red function saying: Msg = { 'Topic' = " domoticz/in" 'Payload' = " idx:" +80 + ",nvalue:"+0 + "...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

What is the correct function for injecting into domoticz?

I,ve tried a node-red function saying:

Msg = {

'Topic' = " domoticz/in" 'Payload' = " idx:" +80 + ",nvalue:"+0 + "svalue:" + '"' + "1"+'"'

} End msg