Update README (implemented methods), add more getters

This commit is contained in:
Karl Moos
2020-10-27 18:53:09 -05:00
parent bef4f8d5fd
commit c8eb387cd1
11 changed files with 284 additions and 24 deletions

View 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"
}
}
}
]