This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/libnymea/interfaces/shufflerepeat.json
2019-04-08 13:55:15 +02:00

15 lines
416 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"
},
{
"name": "repeat",
"type": "string",
"allowedValues": ["None", "One", "All"]
}
]
}