From aa81d65fd98f248ce47d69390a2103c0cf484b85 Mon Sep 17 00:00:00 2001 From: Katherine Wu Date: Mon, 23 Dec 2024 11:35:39 -0500 Subject: [PATCH] DATA-3565 Add example parameters to GetLatestTabularData documentation (#433) --- src/app/data-client.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/data-client.ts b/src/app/data-client.ts index 094975cfd..4ebe55477 100644 --- a/src/app/data-client.ts +++ b/src/app/data-client.ts @@ -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