mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-05-05 21:09:39 +01:00
applied platformio structure
This commit is contained in:
26
lib/wifi-manager/webapp/mock/statusdefinition.json
Normal file
26
lib/wifi-manager/webapp/mock/statusdefinition.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user