From fcc37c2cc51ecf4b597e5151a13e43b4b5683695 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Sun, 15 Dec 2024 16:03:57 -0500 Subject: [PATCH] Fix xmas lights not being shut off --- time-based/processing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {