set-net-prior
Added at: V2.4
Set network connection priority when there are multiple network connections.
HTTP Request
GET http://ip/usapi?method=set-net-prior&net-prior=1
| Parameter | Description |
|---|---|
| method | Method name: set-net-prior |
| net-prior | Network priority 0: Mobile broadband first 1: Wired network first 2: Wireless network first |
Response Body
{
"result": 0
}
| Item | Description |
|---|---|
| result | Returned status, 0: Operation successful, refer to API Status Codes for other values |