Hi,
I copied this flow
[{"id":"1a7c5d0e.0fdc73","type":"uibuilder","z":"ecf6c177bd041232","name":"","topic":"","url":"uibuilder","fwdInMessages":false,"allowScripts":false,"allowStyles":false,"copyIndex":true,"templateFolder":"blank","extTemplate":"","showfolder":false,"useSecurity":false,"sessionLength":"","tokenAutoExtend":false,"reload":false,"sourceFolder":"src","credentials":{},"x":600,"y":480,"wires":[["a39ed31d.bca6f"],[]]},{"id":"3403d92d.5c4176","type":"inject","z":"ecf6c177bd041232","name":"Alarm 1","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":90,"y":360,"wires":[["fec3d20f.90bba"]]},{"id":"fec3d20f.90bba","type":"function","z":"ecf6c177bd041232","name":"alarm1StatusOn","func":"msg.topic = \"alarm1Status\";\nmsg.payload = 1;\n\nreturn msg;","outputs":1,"noerr":0,"x":400,"y":360,"wires":[["1a7c5d0e.0fdc73","eb57a4c3.9770b8"]]},{"id":"a39ed31d.bca6f","type":"debug","z":"ecf6c177bd041232","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":790,"y":420,"wires":[]},{"id":"364bd0d0.f77b4","type":"comment","z":"ecf6c177bd041232","name":"Press to trigger alarm","info":"","x":100,"y":320,"wires":[]},{"id":"fe887baa.3db618","type":"inject","z":"ecf6c177bd041232","name":"Alarm 2","repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":90,"y":420,"wires":[["1a7b62b6.219fad"]]},{"id":"1a7b62b6.219fad","type":"function","z":"ecf6c177bd041232","name":"alarm2StatusOn","func":"msg.topic = \"alarm2Status\";\nmsg.payload = 1;\n\nreturn msg;","outputs":1,"noerr":0,"x":400,"y":420,"wires":[["1a7c5d0e.0fdc73","eb57a4c3.9770b8"]]},{"id":"eb57a4c3.9770b8","type":"debug","z":"ecf6c177bd041232","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":790,"y":360,"wires":[]},{"id":"55baa5ee.7f793c","type":"comment","z":"ecf6c177bd041232","name":"Note the data format - msg.topic and msg.payload","info":"","x":410,"y":320,"wires":[]},{"id":"2ff9727c.2f200e","type":"comment","z":"ecf6c177bd041232","name":"For debug viewer","info":"","x":800,"y":320,"wires":[]}]
but this is my output:
What am I doing wrong?