Fix holiday mode not resetting

This commit is contained in:
2023-10-04 18:57:38 -04:00
parent 5db8a1d0bc
commit e4bd1c8cfc

View File

@ -7,6 +7,7 @@ const holiday = currentholiday.toLowerCase()
if (frontPorchToggle === 'on' && deliveryMode === 'off') {
if (holidaymode === 'on') {
msg.holiday = holiday
node.status({fill:"blue",shape:"dot",text:"Holiday On"})
node.send([msg,null])
} else {