Forgot to remove a stairwell LED script call

This commit is contained in:
2024-01-13 14:23:05 -05:00
parent 184d4f8736
commit 250b144d90

View File

@ -326,7 +326,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],sendStairwellScript,sendExtraLights])
node.send([null,[sendLights,sendBooleanOff],sendExtraLights])
setTimeout(() => {
node.send([null,[sendSleepOff,sendAdaptive,sendSceneResetMain,sendSceneResetDesk],null,null])
if (holidayMode === 'on' && holidayHold === 'off') {