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

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
}
]
}