Advertisement
Guest User

Untitled

a guest
Aug 1st, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [{"id":"e01478e4.ce9c08","type":"inject","z":"8040e7a6.28ed58","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":1050,"y":680,"wires":[["f4c596f.6b40968"]]},{"id":"f4c596f.6b40968","type":"change","z":"8040e7a6.28ed58","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"TEST","tot":"str"},{"t":"set","p":"topic","pt":"msg","to":"Cart01","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":1340,"y":680,"wires":[["a753a287.cd798"]]},{"id":"a753a287.cd798","type":"function","z":"8040e7a6.28ed58","name":"","func":"flow.set( \"greencount\"+msg.topic)\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","x":1580,"y":680,"wires":[["a0ef6f70.a5412"]]},{"id":"a0ef6f70.a5412","type":"change","z":"8040e7a6.28ed58","name":"","rules":[{"t":"set","p":"output","pt":"msg","to":"greencountCart01","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":1840,"y":680,"wires":[["94a76cc0.620f4"]]},{"id":"94a76cc0.620f4","type":"debug","z":"8040e7a6.28ed58","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":2110,"y":680,"wires":[]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement