fix some interfaces
This commit is contained in:
parent
58c83e9072
commit
813caf5ba7
@ -2,7 +2,7 @@
|
||||
"extends": "dimmablelight",
|
||||
"states": [
|
||||
{
|
||||
"name": "color temperature",
|
||||
"name": "colorTemperature",
|
||||
"type": "int",
|
||||
"minimumValue": "any",
|
||||
"maximumValue": "any"
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
},
|
||||
{
|
||||
"name": "playbackStatus",
|
||||
"type": "string",
|
||||
"type": "QString",
|
||||
"allowedValues": ["Playing", "Paused", "Stopped"],
|
||||
"writable": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user