I just noticed that I don't seem able to get node.status to display the number 0 (all other numbers work fine)
[{"id":"1191ad9f.48c342","type":"inject","z":"8376d5c1.273ed8","name":"","topic":"","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":410,"y":440,"wires":[["84aedd8f.11963"]]},{"id":"84aedd8f.11963","type":"function","z":"8376d5c1.273ed8","name":"","func":"node.status({fill:\"blue\", shape:\"ring\", text:msg['payload']});\nreturn msg;","outputs":1,"noerr":0,"x":570,"y":440,"wires":[["ef476a35.b56e78"]]},{"id":"ef476a35.b56e78","type":"debug","z":"8376d5c1.273ed8","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":750,"y":440,"wires":[]},{"id":"e62c4e54.d3746","type":"inject","z":"8376d5c1.273ed8","name":"","topic":"","payload":"1232456","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":420,"y":500,"wires":[["84aedd8f.11963"]]}]
node.status({fill:"blue", shape:"ring", text:msg['payload']});
return msg;
V0.20.7