Und ich scheitere an lint:
Code
{
"platform": "DACP",
"devices": [{
"name": "Raspi Remote",
"pairing": "XXXXXXXXXXXXX",
"serviceName": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"features": {
"no-skip-controls": true,
"no-volume-controls": true,
"alternate-playpause-switch": true,
"alternate-input-controls": ['menu', 'topmenu']
}
}]
}
Alles anzeigen
Lint meint nur:
Code
Error: Parse error on line 11:
...e-input-controls": ['menu', 'topmenu']
-----------------------^
Expecting 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '[', ']', got 'undefined'
Stefan