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
Optional[Tuple[Dict[str, ValueTypes], datetime, datetime]: A tuple which is None data hasn't been synced yet for the data source, otherwise the tuple contains the following:
324
-
datetime: The time captured,
325
-
datetime: The time synced,
326
324
Dict[str, ValueTypes]: The latest tabular data captured from the specified data source.
325
+
datetime: The time synced,
326
+
datetime: The time captured.
327
327
For more information, see `Data Client API <https://docs.viam.com/appendix/apis/data-client/>`_.
0 commit comments