Merge PR #258: Improve heating interfaces

pull/271/head
Jenkins nymea 2020-02-23 23:38:28 +01:00
commit cc33b5ffc8
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,4 @@
{
"description": "The heating interface defines basic heating appliances."
"description": "The heating interface defines basic heating appliances.",
"extends": "power"
}

View File

@ -4,7 +4,9 @@
{
"name": "targetTemperature",
"type": "double",
"unit": "DegreeCelsius"
"unit": "DegreeCelsius",
"minValue": "any",
"maxValue": "any"
}
]
}