Merge PR #556: Add optional boost state to thermostats
This commit is contained in:
commit
03a44665d4
@ -24,6 +24,11 @@
|
|||||||
"name": "coolingOn",
|
"name": "coolingOn",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true
|
"optional": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "boost",
|
||||||
|
"type": "bool",
|
||||||
|
"optional": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user