mirror of https://github.com/nymea/nymea.git
15 lines
467 B
JSON
15 lines
467 B
JSON
{
|
|
"description": "The extendedheating interface defines heating appliances which can also be controlled with a percentage range. When implementing such a device class, do not set power to true when the percentage is set.",
|
|
"extends": "heating",
|
|
"states": [
|
|
{
|
|
"name": "percentage",
|
|
"type": "int",
|
|
"min": 0,
|
|
"max": 100,
|
|
"unit": "Percentage",
|
|
"writable": true
|
|
}
|
|
]
|
|
}
|