Hi,
I want to use following approach to switch off some lights: flash, delay for a short period of time, then switch
off. Below flow breaks, as rather than calling turn_off in the last node, the last node repeats the toggle/flash call from the previous node. Any way to avoid this apart from adding a change node in between?
Thanks
[{"id":"ebd52ecd94687f37","type":"inject","z":"cd2fe3da8e670daa","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":300,"y":1540,"wires":[["00d955ab647ed421"]]},{"id":"00d955ab647ed421","type":"api-call-service","z":"cd2fe3da8e670daa","name":"Light Flash","server":"35ec02d8.34fade","version":5,"debugenabled":false,"domain":"light","service":"toggle","areaId":[],"deviceId":[],"entityId":["light.zolder"],"data":"{\"flash\":\"short\"}","dataType":"json","mergeContext":"","mustacheAltTags":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"data"}],"queue":"none","output_location":"payload","output_location_type":"msg","x":510,"y":1540,"wires":[["3132484583840fd2"]]},{"id":"3132484583840fd2","type":"delay","z":"cd2fe3da8e670daa","name":"","pauseType":"delay","timeout":"2","timeoutUnits":"minutes","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"allowrate":false,"outputs":1,"x":700,"y":1540,"wires":[["96c8455842fe3442"]]},{"id":"96c8455842fe3442","type":"api-call-service","z":"cd2fe3da8e670daa","name":"Light Off","server":"35ec02d8.34fade","version":5,"debugenabled":false,"domain":"light","service":"turn_off","areaId":[],"deviceId":[],"entityId":["light.zolder"],"data":"","dataType":"jsonata","mergeContext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":900,"y":1540,"wires":[[]]},{"id":"35ec02d8.34fade","type":"server","name":"Home Assistant Odroid","addon":true,"rejectUnauthorizedCerts":true,"ha_boolean":"","connectionDelay":false,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"","statusSeparator":"","enableGlobalContextStore":false}]