nymea/libguh/interfaces/colorlight.json

16 lines
294 B
JSON

{
"extends": "dimmablelight",
"states": [
{
"name": "color temperature",
"type": "int",
"minimumValue": "any",
"maximumValue": "any"
},
{
"name": "color",
"type": "QColor"
}
]
}