mirror of https://github.com/nymea/nymea.git
make shufflerepeat states writable
parent
6002c19d5f
commit
dd47a51597
|
|
@ -3,12 +3,14 @@
|
|||
"states": [
|
||||
{
|
||||
"name": "shuffle",
|
||||
"type": "bool"
|
||||
"type": "bool",
|
||||
"writable": true
|
||||
},
|
||||
{
|
||||
"name": "repeat",
|
||||
"type": "string",
|
||||
"allowedValues": ["None", "One", "All"]
|
||||
"allowedValues": ["None", "One", "All"],
|
||||
"writable": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue