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.
This commit is contained in:
Michael Zanetti 2022-08-08 12:26:56 +02:00
parent 5674ba7567
commit 09210d3e6d

View File

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