Skip to content

Commit

Permalink
DOCS-3233: Fix tabular data upload to include tip to include key read…
Browse files Browse the repository at this point in the history
…ings for sensors (#3778)
  • Loading branch information
sguequierre authored Dec 31, 2024
1 parent 7b1f766 commit b76a877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/include/app/apis/generated/data_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Uploaded tabular data can be found under the **Sensors** subtab of the app's [**
**Parameters:**

- `tabular_data` (List[Mapping[[str](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str), Any]]) (required): List of the data to be uploaded, represented tabularly as a collection of dictionaries.
Must include the key `"readings"` for sensors.
- `part_id` ([str](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)) (required): Part ID of the component used to capture the data.
- `component_type` ([str](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)) (required): Type of the component used to capture the data (for example, “rdk:component:movement_sensor”).
- `component_name` ([str](https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str)) (required): Name of the component used to capture the data.
Expand Down

0 comments on commit b76a877

Please sign in to comment.