Merge PR #556: Add optional boost state to thermostats

This commit is contained in:
jenkins 2022-08-26 12:58:07 +02:00
commit 03a44665d4

View File

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