nymea/libnymea/interfaces/colortemperaturelight.json

13 lines
244 B
JSON

{
"extends": "dimmablelight",
"states": [
{
"name": "colorTemperature",
"type": "int",
"minimumValue": "any",
"maximumValue": "any",
"writable": true
}
]
}