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,35 @@
[
{
"cmd": "GetTime",
"code": 0,
"value": {
"Dst": {
"enable": 1,
"endHour": 2,
"endMin": 0,
"endMon": 11,
"endSec": 0,
"endWeek": 1,
"endWeekday": 0,
"offset": 1,
"startHour": 2,
"startMin": 0,
"startMon": 3,
"startSec": 0,
"startWeek": 1,
"startWeekday": 0
},
"Time": {
"day": 27,
"hour": 18,
"hourFmt": 0,
"min": 50,
"mon": 10,
"sec": 46,
"timeFmt": "MM/DD/YYYY",
"timeZone": 21600,
"year": 2020
}
}
}
]