Update README (implemented methods), add more getters
This commit is contained in:
19
examples/response/GetNetworkGeneral.json
Normal file
19
examples/response/GetNetworkGeneral.json
Normal file
@@ -0,0 +1,19 @@
|
||||
[
|
||||
{
|
||||
"cmd": "GetLocalLink",
|
||||
"code": 0,
|
||||
"value": {
|
||||
"LocalLink": {
|
||||
"activeLink": "LAN",
|
||||
"dns": { "auto": 1, "dns1": "192.168.255.4", "dns2": "192.168.255.4" },
|
||||
"mac": "EC:71:DB:AA:59:CF",
|
||||
"static": {
|
||||
"gateway": "192.168.255.1",
|
||||
"ip": "192.168.255.58",
|
||||
"mask": "255.255.255.0"
|
||||
},
|
||||
"type": "DHCP"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user