nymea/libnymea/interfaces/extendedmediacontroller.json

13 lines
270 B
JSON

{
"description": "A more advanced media controller interface, supporting fast forward and rewind",
"extends": "mediacontroller",
"actions": [
{
"name": "fastRewind"
},
{
"name": "fastForward"
}
]
}