multi-scrobbler/config/sonos.json.example
2026-05-14 20:05:29 +00:00

14 lines
263 B
JSON

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