Debug node status not seeming to be working

Ok, what's going on here?

Given the wires are there.

Part of the code:

[{"id":"815db933.3ce758","type":"change","z":"6dd5ca4d.d1958c","name":"Go","rules":[{"t":"set","p":"payload","pt":"msg","to":" fa fa-hand-o-right","tot":"str"},{"t":"set","p":"divbackground","pt":"msg","to":"lime","tot":"str"},{"t":"set","p":"colour","pt":"msg","to":"black","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2560,"y":4760,"wires":[["5006a80788017b1e","7e802a3e940b8949","ba0a819c1606f518"]]},{"id":"ba0a819c1606f518","type":"debug","z":"6dd5ca4d.d1958c","name":"debug 13","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":2900,"y":4510,"wires":[]},{"id":"7e802a3e940b8949","type":"change","z":"6dd5ca4d.d1958c","name":"Go","rules":[{"t":"set","p":"payload","pt":"msg","to":"GO","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":2695,"y":4780,"wires":[["0250b9252aea4064"]],"l":false},{"id":"0250b9252aea4064","type":"junction","z":"6dd5ca4d.d1958c","x":2780,"y":4840,"wires":[["3eb4156c124aa005"]]},{"id":"3eb4156c124aa005","type":"debug","z":"6dd5ca4d.d1958c","name":"Status","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":2880,"y":4840,"wires":[]}]

Why am I not seeing GO under the debug node?

UPDATE:

If I change it to this it seems to work.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.