Make color and colorTemperature in lights interfaces writable

pull/135/head
Michael Zanetti 2019-01-18 12:15:58 +01:00
parent 948eff8319
commit 60d60ed0cd
2 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"states": [
{
"name": "color",
"type": "QColor"
"type": "QColor",
"writable": true
}
]
}

View File

@ -5,7 +5,8 @@
"name": "colorTemperature",
"type": "int",
"minimumValue": "any",
"maximumValue": "any"
"maximumValue": "any",
"writable": true
}
]
}