multi-scrobbler/config/sonos.json.example
2026-01-22 13:48:42 +00:00

13 lines
243 B
JSON

[
{
"enable": true,
"name": "MySonos",
"data": {
"host": "192.168.0.150",
"devicesAllow": ["move","beam"],
"devicesBlock": ["roam"],
"groupsAllow": ["family"],
"groupsBlock": ["bedroom"]
}
}
]