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

Update report_points.md to report_point.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Report Device Measurement Points
# Report Device Measurement Point

A device can publish a message to this topic to report the newly added measure point to the cloud.
A device can publish a message to this topic to report a newly added measure point to the cloud.

.. note:: Configure the parameters according to the output and input parameters of the measure points.
.. note:: Configure the parameters according to the output and input parameters of the measure point.

Upstream

Expand Down Expand Up @@ -64,7 +64,7 @@ Upstream
* - params
- Object
- Mandatory
- Parameters used for reporting device measure points.
- Parameters used for reporting device measure point.
* - method
- String
- Mandatory
Expand Down Expand Up @@ -110,6 +110,6 @@ Upstream

| Return Code | Error Message | Explanation|
|---------|---------|---------|
| 1204 | Model validate failed | The measurement point contains invalid format as defined by the model |
| 1204 | Model validation failed | The measurement point contains invalid format as defined by the model |

<!--end-->