fix some interfaces

This commit is contained in:
Michael Zanetti 2017-10-20 23:32:12 +02:00
parent 58c83e9072
commit 813caf5ba7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"extends": "dimmablelight",
"states": [
{
"name": "color temperature",
"name": "colorTemperature",
"type": "int",
"minimumValue": "any",
"maximumValue": "any"

View File

@ -15,7 +15,7 @@
},
{
"name": "playbackStatus",
"type": "string",
"type": "QString",
"allowedValues": ["Playing", "Paused", "Stopped"],
"writable": true
}