Node-Red вывод информации на WEB страницу

Node Red урок 3. Как вставить код? Меню (три полоски справа вверху) - import - clipboard - вставить код в окно - import Код из видео: [{“id“:““,“type“:“tab“,“label“:“Тестовый поток“,“disabled“:false,“info“:““},{“id“:““,“type“:“inject“,“z“:““,“name“:““,“topic“:““,“payload“:““,“payloadType“:“date“,“repeat“:““,“crontab“:““,“once“:false,“onceDelay“:0.1,“x“:120,“y“:40,“wires“:[[““]]},{“id“:““,“type“:“http request“,“z“:““,“name“:““,“method“:“GET“,“ret“:“txt“,“url“:“ = ; return msg;“,“outputs“:1,“noerr“:0,“x“:300,“y“:280,“wires“:[[““,““,““]]},{“id“:““,“type“:“debug“,“z“:““,“name“:““,“active“:true,“tosidebar“:true,“console“:false,“tostatus“:false,“complete“:“false“,“x“:540,“y“:400,“wires“:[]},{“id“:““,“type“:“function“,“z“:““,“name“:“sunset“,“func“:“ = ; return msg;“,“outputs“:1,“noerr“:0,“x“:290,“y“:400,“wires“:[[““,““,““]]},{“id“:““,“type“:“change“,“z“:““,“name“:“good“,“rules“:[{“t“:“change“,“p“:“payload“,“pt“:“msg“,“from“:“\“10990\““,“fromt“:“str“,“to“:“\“good\““,“tot“:“str“}],“action“:““,“property“:““,“from“:““,“to“:““,“reg“:false,“x“:550,“y“:60,“wires“:[[““]]},{“id“:““,“type“:“debug“,“z“:““,“name“:““,“active“:true,“tosidebar“:true,“console“:false,“tostatus“:false,“complete“:“false“,“x“:530,“y“:460,“wires“:[]},{“id“:““,“type“:“function“,“z“:““,“name“:“temp“,“func“:“ = ; return msg;“,“outputs“:1,“noerr“:0,“x“:290,“y“:460,“wires“:[[““,““,““]]},{“id“:““,“type“:“mosca in“,“z“:““,“mqtt_port“:1883,“mqtt_ws_port“:8080,“name“:““,“username“:““,“password“:““,“dburl“:““,“x“:120,“y“:540,“wires“:[[]]},{“id“:““,“type“:“mqtt out“,“z“:““,“name“:““,“topic“:“vosh“,“qos“:“0“,“retain“:““,“broker“:““,“x“:490,“y“:540,“wires“:[]},{“id“:““,“type“:“mqtt out“,“z“:““,“name“:““,“topic“:“zak“,“qos“:“0“,“retain“:““,“broker“:““,“x“:470,“y“:600,“wires“:[]},{“id“:““,“type“:“mqtt out“,“z“:““,“name“:““,“topic“:“temp“,“qos“:“0“,“retain“:““,“broker“:““,“x“:470,“y“:660,“wires“:[]},{“id“:““,“type“:“mqtt in“,“z“:““,“name“:““,“topic“:“knopka“,“qos“:“0“,“broker“:““,“x“:100,“y“:260,“wires“:[[““]]},{“id“:““,“type“:“ui_button“,“z“:““,“name“:““,“group“:““,“order“:5,“width“:0,“height“:0,“passthru“:false,“label“:“button“,“tooltip“:““,“color“:““,“bgcolor“:““,“icon“:““,“payload“:“1“,“payloadType“:“str“,“topic“:““,“x“:100,“y“:360,“wires“:[[““]]},{“id“:““,“type“:“ui_text“,“z“:““,“group“:““,“order“:1,“width“:0,“height“:0,“name“:““,“label“:“Восход“,“format“:“{{}}“,“layout“:“row-spread“,“x“:690,“y“:560,“wires“:[]},{“id“:““,“type“:“ui_text“,“z“:““,“group“:““,“order“:3,“width“:0,“height“:0,“name“:““,“label“:“Закат“,“format“:“{{}}“,“layout“:“row-spread“,“x“:650,“y“:620,“wires“:[]},{“id“:““,“type“:“ui_text“,“z“:““,“group“:““,“order“:4,“width“:0,“height“:0,“name“:““,&a
Back to Top