mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 03:27:01 +03:00
26 lines
510 B
JSON
26 lines
510 B
JSON
{
|
|
"urc": {
|
|
"Wifi Connection OK": 0,
|
|
"Wifi Failed Connect Attempt": 1,
|
|
"WiFi User Disconnect": 2,
|
|
"WiFi Lost Connection": 3,
|
|
"Wifi update failed attempt and restore" : 4,
|
|
"Ethernet Connected": 5
|
|
},
|
|
"bt_status": {
|
|
"Idle": 0,
|
|
"Discovering": 1,
|
|
"Discovered": 2,
|
|
"Unconnected": 3,
|
|
"Connecting": 4,
|
|
"Connected": 5,
|
|
"Disconnecting": 6
|
|
},
|
|
"bt_sub_status": {
|
|
"Default": 0,
|
|
"Connected - Starting": 1,
|
|
"Connected - Started": 2,
|
|
"Connected - Pause": 3,
|
|
"Connected - Stop": 4
|
|
}
|
|
} |