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
Tuple[Dict[str, ValueTypes], Optional[datetime], Optional[datetime]: A tuple containing the following:
331
-
Optional[datetime]: The time captured,
332
-
Optional[datetime]: The time synced,
331
+
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:
332
+
datetime: The time captured,
333
+
datetime: The time synced,
333
334
Dict[str, ValueTypes]: The latest tabular data captured from the specified data source.
334
335
For more information, see `Data Client API <https://docs.viam.com/appendix/apis/data-client/>`_.
0 commit comments