Make color and colorTemperature in lights interfaces writable
This commit is contained in:
parent
948eff8319
commit
60d60ed0cd
@ -3,7 +3,8 @@
|
|||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "color",
|
"name": "color",
|
||||||
"type": "QColor"
|
"type": "QColor",
|
||||||
|
"writable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
"name": "colorTemperature",
|
"name": "colorTemperature",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"minimumValue": "any",
|
"minimumValue": "any",
|
||||||
"maximumValue": "any"
|
"maximumValue": "any",
|
||||||
|
"writable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user