Update README (implemented methods), add more getters
This commit is contained in:
14
examples/response/GetNetworkNTP.json
Normal file
14
examples/response/GetNetworkNTP.json
Normal file
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"cmd": "GetNtp",
|
||||
"code": 0,
|
||||
"value": {
|
||||
"Ntp": {
|
||||
"enable": 1,
|
||||
"interval": 1440,
|
||||
"port": 123,
|
||||
"server": "ntp.moos.xyz"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user