Improve templating in master bedroom climate flows
This commit is contained in:
@ -17,4 +17,4 @@ if (sleeping === 'on' || nightMode === 'on' || goodnight === 'on') {
|
||||
}
|
||||
|
||||
flow.set("lastMode", lastMode, "diskCon")
|
||||
node.status({ fill: "green", shape: "dot", text: "Last Mode Set: " + lastMode})
|
||||
node.status({ fill: "green", shape: "dot", text: `Last Mode Set: ${lastMode}`})
|
Reference in New Issue
Block a user