Skip to content

Commit

Permalink
DATA-3565 Add example parameters to GetLatestTabularData documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kaywux committed Dec 19, 2024
1 parent 99e4ccb commit 696bcb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/data-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -781,10 +781,10 @@ export class DataClient {
*
* @param partId The ID of the part that owns the data
* @param resourceName The name of the requested resource that captured the
* data
* data. Ex: "my-sensor"
* @param resourceSubtype The subtype of the requested resource that captured
* the data
* @param methodName The data capture method name
* the data. Ex: "rdk:component:sensor"
* @param methodName The data capture method name. Ex: "Readings"
* @returns A tuple containing [timeCaptured, timeSynced, payload] or null if
* no data has been synced for the specified resource OR the most recently
* captured data was over a year ago
Expand Down

0 comments on commit 696bcb4

Please sign in to comment.