Merge PR #556: Add optional boost state to thermostats

pull/566/head
jenkins 2022-08-26 12:58:07 +02:00
commit 03a44665d4
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
"name": "coolingOn",
"type": "bool",
"optional": true
},
{
"name": "boost",
"type": "bool",
"optional": true
}
]
}