Merge PR #612: Enable logging for thermostat states
This commit is contained in:
commit
0477ce4507
@ -7,28 +7,33 @@
|
|||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"minValue": "any",
|
"minValue": "any",
|
||||||
"maxValue": "any",
|
"maxValue": "any",
|
||||||
"writable": true
|
"writable": true,
|
||||||
|
"logged": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "temperature",
|
"name": "temperature",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "DegreeCelsius",
|
"unit": "DegreeCelsius",
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"logged": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "heatingOn",
|
"name": "heatingOn",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"logged": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "coolingOn",
|
"name": "coolingOn",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"logged": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "boost",
|
"name": "boost",
|
||||||
"type": "bool",
|
"type": "bool",
|
||||||
"optional": true
|
"optional": true,
|
||||||
|
"logged": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user