mirror of https://github.com/nymea/nymea.git
17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"description": "Media player interface. Used by devices/services which can play back media.",
|
|
"extends": "media",
|
|
"states": [
|
|
{
|
|
"name": "playbackStatus",
|
|
"type": "string",
|
|
"allowedValues": ["Playing", "Paused", "Stopped"]
|
|
},
|
|
{
|
|
"name": "playerType",
|
|
"type": "string",
|
|
"allowedValues": ["audio", "video"]
|
|
}
|
|
]
|
|
}
|