Get list of saved Wi-Fi networks
Returns a list of previously saved Wi-Fi networks.
Responses
- 200
- 401
- 404
OK
- application/json
- Schema
- Example (from schema)
Schema
ssids object[]
Array of saved Wi-Fi network entries
ssid stringName of Wi-Fi network
network_id integerInternal network identifier assigned by the system
{
"ssids": [
{
"ssid": "My access point",
"network_id": 1
}
]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
Error information
{
"error": "Log In"
}
{
"error": "Log In"
}
This function is only available with Wi-Fi module
Loading...