I have a question, how can I receive messages in the Buider UI. I have an msg.payload input message in the ui Builder. The question is how can I receive the message in html or javascript to work with this variable in my personalized dashboard.
[{"id":"b97de41d.fe2828","type":"uibuilder","z":"d439d4bb.c947a8","name":"","topic":"","url":"andon","fwdInMessages":false,"allowScripts":false,"allowStyles":false,"copyIndex":true,"showfolder":false,"x":790,"y":600,"wires":[,]},{"id":"bc6395b2.9149d8","type":"function","z":"d439d4bb.c947a8","name":"andon","func":"var cond = msg.payload\nif (cond === true) {\n msg.payload = 20;\n} else {\n msg.payload = 0;\n \n}\n return msg","outputs":1,"noerr":0,"x":510,"y":620,"wires":[["b97de41d.fe2828"]]},{"id":"e1f383a1.a492","type":"inject","z":"d439d4bb.c947a8","name":"","topic":"","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":310,"y":560,"wires":[["bc6395b2.9149d8"]]},{"id":"2fa061c8.6d50de","type":"inject","z":"d439d4bb.c947a8","name":"","topic":"","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":310,"y":680,"wires":[["bc6395b2.9149d8"]]}]