We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e4ccb commit aa81d65Copy full SHA for aa81d65
src/app/data-client.ts
@@ -781,10 +781,10 @@ export class DataClient {
781
*
782
* @param partId The ID of the part that owns the data
783
* @param resourceName The name of the requested resource that captured the
784
- * data
+ * data. Ex: "my-sensor"
785
* @param resourceSubtype The subtype of the requested resource that captured
786
- * the data
787
- * @param methodName The data capture method name
+ * the data. Ex: "rdk:component:sensor"
+ * @param methodName The data capture method name. Ex: "Readings"
788
* @returns A tuple containing [timeCaptured, timeSynced, payload] or null if
789
* no data has been synced for the specified resource OR the most recently
790
* captured data was over a year ago
0 commit comments