mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 16:46:17 +00:00
31 lines
823 B
JSON
31 lines
823 B
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-20"
|
|
},
|
|
"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-20"
|
|
}
|
|
}
|