Improve templating in basement climate flows
This commit is contained in:
@ -20,7 +20,7 @@ if (outsideTemp > 32) {
|
||||
if (allowed === 'on') {
|
||||
if (power === 'on') {
|
||||
msg.preset = preset
|
||||
node.status({fill:'green',shape:'dot',text:'Preset ' + preset})
|
||||
node.status({fill:'green',shape:'dot',text:`Preset ${preset}`})
|
||||
node.send(msg,null)
|
||||
} else {
|
||||
node.status({fill:'red',shape:'ring',text:'Heater Shutoff'})
|
||||
|
Reference in New Issue
Block a user