mirror of https://github.com/nymea/nymea.git
11 lines
346 B
JSON
11 lines
346 B
JSON
{
|
|
"description": "The thermostat interface describes devices which have a target temperature value and regulate themselves to match that target temperature. Often combined with the power and temperaturesensor interfaces.",
|
|
"states": [
|
|
{
|
|
"name": "targetTemperature",
|
|
"type": "double",
|
|
"unit": "DegreeCelsius"
|
|
}
|
|
]
|
|
}
|