Improve templating in master bedroom climate flows

This commit is contained in:
2025-03-23 04:30:10 -04:00
parent 013b482f18
commit 10be0213dc
6 changed files with 26 additions and 26 deletions

View File

@ -4,7 +4,7 @@ const acMode = msg.acmode
const fanMode = msg.fanmode
let coolMsg = {
"payload": 'Master bedroom AC temp has been set to ' + nightTemp + '°F as scheduled',
"payload": `Master bedroom AC temp has been set to ${nightTemp} °F as scheduled`,
"topic": 'AC Mode: Cooling'
}
let fanOnlyMsg = {