You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -392,13 +392,15 @@ result = c.sendcommand(id,commands)
392
392
print("Results\n:", result)
393
393
```
394
394
395
-
Up to one week of device logs can also be pulled from the Cloud. By default getdevicelog() will pull 1 day of logs or 100 log entries, whichever comes first.
395
+
Up to one week of device logs can also be pulled from the Cloud. By default getdevicelog() will pull 1 day of logs or 100 log entries, whichever comes first. The returned timestamps are unixtime*1000, and event_id 7 (data report) will probably be the most useful.
0 commit comments