mirror of https://github.com/nymea/nymea.git
Improve heating interfaces
Make heating inherit from power and require min/max values for thermostat's targetTemperaturepull/258/head
parent
6cdcd47f9b
commit
03602b755f
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"description": "The heating interface defines basic heating appliances."
|
||||
"description": "The heating interface defines basic heating appliances.",
|
||||
"extends": "power"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,9 @@
|
|||
{
|
||||
"name": "targetTemperature",
|
||||
"type": "double",
|
||||
"unit": "DegreeCelsius"
|
||||
"unit": "DegreeCelsius",
|
||||
"minValue": "any",
|
||||
"maxValue": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue