mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"local": {
|
|
"host": "http://localhost:8000",
|
|
"token": "example-token",
|
|
"deviceId": "B05ECAFE",
|
|
"serialNumber": "K12345",
|
|
"productCode": "SoundTouch test",
|
|
"productSerialNumber": "237983",
|
|
"gatewayIp": "192.168.1.1",
|
|
"deviceIp": "192.168.1.100",
|
|
"macAddress1": "B05ECAFE",
|
|
"macAddress2": "B05ECAFF",
|
|
"accountId": "7654321",
|
|
"deviceName": "SoundTouch-11",
|
|
"spotifyUserId": "13570",
|
|
"spotifyToken": "example-spotify-token",
|
|
"spotifyRefreshToken": "example-spotify-refresh-token",
|
|
"spotifyDisplayName": "For Lovers, Not Killers",
|
|
"bmxApiKey": "bmx-api-key"
|
|
},
|
|
"ci": {
|
|
"host": "http://soundtouch-service:8000",
|
|
"token": "example-token",
|
|
"deviceId": "B05ECAFE",
|
|
"serialNumber": "K12345",
|
|
"productCode": "SoundTouch test",
|
|
"productSerialNumber": "237983",
|
|
"gatewayIp": "192.168.1.1",
|
|
"deviceIp": "192.168.1.100",
|
|
"macAddress1": "B05ECAFE",
|
|
"macAddress2": "B05ECAFF",
|
|
"accountId": "7654321",
|
|
"deviceName": "SoundTouch-12",
|
|
"spotifyUserId": "13570",
|
|
"spotifyToken": "example-spotify-token",
|
|
"spotifyRefreshToken": "example-spotify-refresh-token",
|
|
"spotifyDisplayName": "For Lovers, Not Killers",
|
|
"bmxApiKey": "bmx-api-key"
|
|
}
|
|
}
|