mirror of https://github.com/nymea/nymea.git
Merge PR #556: Add optional boost state to thermostats
commit
03a44665d4
|
|
@ -24,6 +24,11 @@
|
|||
"name": "coolingOn",
|
||||
"type": "bool",
|
||||
"optional": true
|
||||
},
|
||||
{
|
||||
"name": "boost",
|
||||
"type": "bool",
|
||||
"optional": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue