Add a thermostat interface
This commit is contained in:
parent
d73aa0840e
commit
abc39f1bd4
@ -31,6 +31,7 @@
|
|||||||
<file>moisturesensor.json</file>
|
<file>moisturesensor.json</file>
|
||||||
<file>conductivitysensor.json</file>
|
<file>conductivitysensor.json</file>
|
||||||
<file>lightsensor.json</file>
|
<file>lightsensor.json</file>
|
||||||
|
<file>thermostat.json</file>
|
||||||
<file>connectable.json</file>
|
<file>connectable.json</file>
|
||||||
<file>inputtrigger.json</file>
|
<file>inputtrigger.json</file>
|
||||||
<file>outputtrigger.json</file>
|
<file>outputtrigger.json</file>
|
||||||
|
|||||||
10
libnymea/interfaces/thermostat.json
Normal file
10
libnymea/interfaces/thermostat.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user