nymea/libnymea/interfaces/cooling.json

16 lines
348 B
JSON

{
"description": "The cooling interface defines basic cooling appliances.",
"extends": "power",
"states": [
{
"name": "percentage",
"type": "int",
"min": 0,
"max": 100,
"unit": "Percentage",
"writable": true,
"optional": true
}
]
}