mirror of https://github.com/nymea/nymea.git
fix media interfaces
parent
dd47a51597
commit
c79908f1e2
|
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
"name": "skipBack"
|
||||
},
|
||||
{
|
||||
"name": "stop"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,19 +4,19 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "title",
|
||||
"type": "string"
|
||||
"type": "QString"
|
||||
},
|
||||
{
|
||||
"name": "artist",
|
||||
"type": "string"
|
||||
"type": "QString"
|
||||
},
|
||||
{
|
||||
"name": "collection",
|
||||
"type": "string"
|
||||
"type": "QString"
|
||||
},
|
||||
{
|
||||
"name": "artwork",
|
||||
"type": "string"
|
||||
"type": "QString"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,12 +4,12 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "playbackStatus",
|
||||
"type": "string",
|
||||
"type": "QString",
|
||||
"allowedValues": ["Playing", "Paused", "Stopped"]
|
||||
},
|
||||
{
|
||||
"name": "playerType",
|
||||
"type": "string",
|
||||
"type": "QString",
|
||||
"allowedValues": ["audio", "video"]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
{
|
||||
"name": "repeat",
|
||||
"type": "string",
|
||||
"type": "QString",
|
||||
"allowedValues": ["None", "One", "All"],
|
||||
"writable": true
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue