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:
parent
5674ba7567
commit
09210d3e6d
@ -24,6 +24,11 @@
|
||||
"name": "coolingOn",
|
||||
"type": "bool",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "boost",
|
||||
"type": "bool",
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user