Add HTTP API contract fixtures

This commit is contained in:
2026-06-07 10:15:33 -06:00
parent d9b851aa53
commit ec39182bbd
15 changed files with 448 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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
}
]
}
}