Hi, i need some help.
i want to delay only a true message for 1 hour and not the false.
how do i do that?
been searching for a week now zo please help.
i tryed somting like this but its not working.
[{"id":"3a512d1f9a3d020e","type":"delay","z":"efdd5570610d8dbe","name":"","pauseType":"delay","timeout":"60","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":710,"y":1230,"wires":[["22629e1fe5ecc4a7"]]},{"id":"e54a215f33c96b31","type":"switch","z":"efdd5570610d8dbe","name":"","property":"payload","propertyType":"msg","rules":[{"t":"true"},{"t":"false"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":1280,"wires":[["9c36e6a555a575d0","54f1d9a2f8440d93"],["9bf90509c08b9bc9","316ed36726efd01a"]]},{"id":"22629e1fe5ecc4a7","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":860,"y":1270,"wires":[]},{"id":"13183e280a2d8fc6","type":"inject","z":"efdd5570610d8dbe","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"false","payloadType":"bool","x":90,"y":1280,"wires":[["e54a215f33c96b31","e28140b27cbfb39d"]]},{"id":"f6664764e747acc9","type":"inject","z":"efdd5570610d8dbe","name":"","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"true","payloadType":"bool","x":90,"y":1330,"wires":[["e54a215f33c96b31","de96a162a60a4989"]]},{"id":"9c36e6a555a575d0","type":"change","z":"efdd5570610d8dbe","name":"","rules":[{"t":"set","p":"delay","pt":"msg","to":"true","tot":"bool"},{"t":"set","p":"payload","pt":"msg","to":"true","tot":"bool"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":1230,"wires":[["3a512d1f9a3d020e","5a8d012691e0a7c7"]]},{"id":"9bf90509c08b9bc9","type":"change","z":"efdd5570610d8dbe","name":"","rules":[{"t":"move","p":"false","pt":"msg","to":"reset","tot":"msg"},{"t":"move","p":"false","pt":"msg","to":"false","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":500,"y":1270,"wires":[["22629e1fe5ecc4a7","d2e9a61942109d67","3a512d1f9a3d020e"]]},{"id":"5a8d012691e0a7c7","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":720,"y":1340,"wires":[]},{"id":"d2e9a61942109d67","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":720,"y":1400,"wires":[]},{"id":"54f1d9a2f8440d93","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":500,"y":1350,"wires":[]},{"id":"316ed36726efd01a","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":500,"y":1410,"wires":[]},{"id":"e28140b27cbfb39d","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":290,"y":1350,"wires":[]},{"id":"de96a162a60a4989","type":"debug","z":"efdd5570610d8dbe","name":"Output","active":true,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":"payload","statusType":"auto","x":290,"y":1410,"wires":[]}]