mirror of https://github.com/nymea/nymea.git
Make color and colorTemperature in lights interfaces writable
parent
948eff8319
commit
60d60ed0cd
|
|
@ -3,7 +3,8 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "color",
|
||||
"type": "QColor"
|
||||
"type": "QColor",
|
||||
"writable": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,8 @@
|
|||
"name": "colorTemperature",
|
||||
"type": "int",
|
||||
"minimumValue": "any",
|
||||
"maximumValue": "any"
|
||||
"maximumValue": "any",
|
||||
"writable": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue