diff --git a/front-porch/shut-off.js b/front-porch/shut-off.js index bf05f4c..c1f17b0 100644 --- a/front-porch/shut-off.js +++ b/front-porch/shut-off.js @@ -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 {