Merge PR #258: Improve heating interfaces
This commit is contained in:
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",
|
"name": "targetTemperature",
|
||||||
"type": "double",
|
"type": "double",
|
||||||
"unit": "DegreeCelsius"
|
"unit": "DegreeCelsius",
|
||||||
|
"minValue": "any",
|
||||||
|
"maxValue": "any"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user