Make color and colorTemperature in lights interfaces writable
This commit is contained in:
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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user