Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DATA-3565 Add example parameters to GetLatestTabularData documentation #433

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading