Changes

Line 427: Line 427:     
===Set SIM card information===
 
===Set SIM card information===
 +
 +
{
 +
    "jsonrpc":"2.0", "id":1, "method":"call", "params":
 +
    [
 +
        "558a9b03c940e52f373f8c02498952e3", "uci", "set",
 +
        {
 +
            "config":"dhcp", "type":"dhcp", "match":
 +
            {
 +
                "start":"100",
 +
                "limit":"150",
 +
                "leasetime":"12h"
 +
            },
 +
            "values":
 +
            {
 +
                "start":"75",
 +
                "limit":"100",
 +
                "leasetime":"6h"
 +
            }
 +
        }
 +
    ]
 +
}

Navigation menu