Advertisement
Fabeulous

NodeRed_round_number

Apr 15th, 2021
762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.66 KB | None | 0 0
  1. [{"id":"50ac1042.7c357","type":"function","z":"9b11869c.9c8188","name":"round_number","func":"var value=parseFloat(msg.payload).toFixed(2);\nmsg.payload=value;\nreturn msg;","outputs":1,"noerr":0,"x":1560,"y":1920,"wires":[["87d0d843.7697b8"]]},{"id":"43853d6e.d758d4","type":"inject","z":"9b11869c.9c8188","name":"","topic":"","payload":"1.23456","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":1380,"y":1920,"wires":[["50ac1042.7c357"]]},{"id":"87d0d843.7697b8","type":"debug","z":"9b11869c.9c8188","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","x":1730,"y":1920,"wires":[]}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement