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