Skip to content

Commit aa81d65

Browse files
authored
DATA-3565 Add example parameters to GetLatestTabularData documentation (#433)
1 parent 99e4ccb commit aa81d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/data-client.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,10 +781,10 @@ export class DataClient {
781781
*
782782
* @param partId The ID of the part that owns the data
783783
* @param resourceName The name of the requested resource that captured the
784-
* data
784+
* data. Ex: "my-sensor"
785785
* @param resourceSubtype The subtype of the requested resource that captured
786-
* the data
787-
* @param methodName The data capture method name
786+
* the data. Ex: "rdk:component:sensor"
787+
* @param methodName The data capture method name. Ex: "Readings"
788788
* @returns A tuple containing [timeCaptured, timeSynced, payload] or null if
789789
* no data has been synced for the specified resource OR the most recently
790790
* captured data was over a year ago

0 commit comments

Comments
 (0)