diff --git a/time-based/processing.js b/time-based/processing.js index b6f907f..153b62b 100644 --- a/time-based/processing.js +++ b/time-based/processing.js @@ -330,7 +330,7 @@ node.log("----- Time-based Automations: End Parameters -----") if (vacation === 'off') { if (time === "day") { node.status({fill:"green",shape:"dot",text:"Sunrise Flow"}) - node.send([null,[sendLights,sendBooleanOff],sendExtraLights]) + node.send([null,[sendLights,sendBooleanOff],null,sendExtraLights]) setTimeout(() => { node.send([null,[sendSleepOff,sendAdaptive,sendSceneResetMain,sendSceneResetDesk],null,null]) if (holidayMode === 'on' && holidayHold === 'off') {