Skip to content

Commit fe27252

Browse files
authored
DATA-3565 Add example parameters to GetLatestTabularData documentation (#799)
1 parent 14c9c82 commit fe27252

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/viam/app/data_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,9 @@ async def get_latest_tabular_data(
317317
318318
Args:
319319
part_id (str): The ID of the part that owns the data.
320-
resource_name (str): The name of the requested resource that captured the data.
321-
resource_subtype (str): The subtype of the requested resource that captured the data.
322-
method_name (str): The data capture method name.
320+
resource_name (str): The name of the requested resource that captured the data. Ex: "my-sensor".
321+
resource_subtype (str): The subtype of the requested resource that captured the data. Ex: "rdk:component:sensor".
322+
method_name (str): The data capture method name. Ex: "Readings".
323323
324324
Returns:
325325
Optional[Tuple[datetime, datetime, Dict[str, ValueTypes]]]: A return value of None means that data hasn't been synced yet for the data source

0 commit comments

Comments
 (0)