mirror of https://github.com/nymea/nymea.git
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
parent
5674ba7567
commit
09210d3e6d
|
|
@ -24,6 +24,11 @@
|
||||||
"name": "coolingOn",
|
"name": "coolingOn",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "boost",
|
||||||
|
"type": "bool",
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue