API
Reset the cellular module of the corresponding WAN connection
Available in 8.0.0 or later
Input Parameters
Type | Notation | Mandatory | Description | |
connID | Number | <int> | required | WAN connection ID of the cellular module to reset |
cURL Example
curl -b cookies.txt -H "Content-Type: application/json" -X POST -d '{"connId":"4"}' http://192.168.1.1/api/cmd.cellularModule.reset
{ "stat": "ok" }