Files
2026-06-07 10:15:33 -06:00

22 lines
378 B
JSON

{
"type": "wifi_config_response",
"ok": true,
"wifi": {
"ap_enabled": true,
"sta_enabled": true,
"network_count": 1,
"active_ssid": "",
"sta_connected": false,
"ap_ip": "192.168.4.1",
"sta_ip": "",
"networks": [
{
"index": 1,
"ssid": "Starlink",
"priority": 1,
"password_set": true
}
]
}
}