mirror of https://github.com/nymea/nymea.git
Merge PR #258: Improve heating interfaces
commit
cc33b5ffc8
|
|
@ -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