Add HTTP API contract fixtures
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user