Add optional boost state to thermostats

nymea:app already implements this and many plugins do too. Apparently
most of the radiator thermostats support this, so it's worth making it
part of the interface.
pull/556/head
Michael Zanetti 2022-08-08 12:26:56 +02:00
parent 5674ba7567
commit 09210d3e6d
1 changed files with 5 additions and 0 deletions

View File

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