Forgot to remove a stairwell LED script call
This commit is contained in:
@ -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') {
|
||||
|
Reference in New Issue
Block a user