nymea/libnymea/interfaces/shufflerepeat.json

17 lines
477 B
JSON

{
"description": "Devices/services supporting this interface can control reproduction flow. E.g. a media controller, but could also be used by light scenes or other workflows",
"states": [
{
"name": "shuffle",
"type": "bool",
"writable": true
},
{
"name": "repeat",
"type": "QString",
"allowedValues": ["None", "One", "All"],
"writable": true
}
]
}