split color light interface into color temperature light

pull/135/head
Michael Zanetti 2018-11-10 15:48:41 +01:00
parent a1d961eecc
commit d3f1e199f2
3 changed files with 13 additions and 7 deletions

View File

@ -1,12 +1,6 @@
{
"extends": "dimmablelight",
"extends": "colortemperaturelight",
"states": [
{
"name": "colorTemperature",
"type": "int",
"minimumValue": "any",
"maximumValue": "any"
},
{
"name": "color",
"type": "QColor"

View File

@ -0,0 +1,11 @@
{
"extends": "dimmablelight",
"states": [
{
"name": "colorTemperature",
"type": "int",
"minimumValue": "any",
"maximumValue": "any"
}
]
}

View File

@ -4,6 +4,7 @@
<file>mediacontroller.json</file>
<file>light.json</file>
<file>dimmablelight.json</file>
<file>colortemperaturelight.json</file>
<file>colorlight.json</file>
<file>garagegate.json</file>
<file>gateway.json</file>