mirror of https://github.com/nymea/nymea.git
21 lines
473 B
JSON
21 lines
473 B
JSON
{
|
|
"description": "The mediacontroller interface contains basic actions to control media streams. If a device supports fast forward and rewind, use extendedmediacontroller instead.",
|
|
"extends": "media",
|
|
"actions": [
|
|
{
|
|
"name": "skipBack"
|
|
},
|
|
"name": "stop"
|
|
},
|
|
{
|
|
"name": "play"
|
|
},
|
|
{
|
|
"name": "pause"
|
|
},
|
|
{
|
|
"name": "skipNext"
|
|
}
|
|
]
|
|
}
|