mirror of https://github.com/nymea/nymea.git
split color light interface into color temperature light
parent
a1d961eecc
commit
d3f1e199f2
|
|
@ -1,12 +1,6 @@
|
|||
{
|
||||
"extends": "dimmablelight",
|
||||
"extends": "colortemperaturelight",
|
||||
"states": [
|
||||
{
|
||||
"name": "colorTemperature",
|
||||
"type": "int",
|
||||
"minimumValue": "any",
|
||||
"maximumValue": "any"
|
||||
},
|
||||
{
|
||||
"name": "color",
|
||||
"type": "QColor"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"extends": "dimmablelight",
|
||||
"states": [
|
||||
{
|
||||
"name": "colorTemperature",
|
||||
"type": "int",
|
||||
"minimumValue": "any",
|
||||
"maximumValue": "any"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue