From 6bada48bb95c8f5bb69472e482abf579eb7752c8 Mon Sep 17 00:00:00 2001 From: Derek Date: Fri, 4 Oct 2019 13:00:15 +0800 Subject: [PATCH] Update report_points.md to report_point.md Update doc to reflect that this method only accepts a *single* measure point as the payload --- .../device_else/{report_points.md => report_point.md} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename reference/mqtt/upstream/device_else/{report_points.md => report_point.md} (90%) diff --git a/reference/mqtt/upstream/device_else/report_points.md b/reference/mqtt/upstream/device_else/report_point.md similarity index 90% rename from reference/mqtt/upstream/device_else/report_points.md rename to reference/mqtt/upstream/device_else/report_point.md index 82ca9d0..c5090c1 100644 --- a/reference/mqtt/upstream/device_else/report_points.md +++ b/reference/mqtt/upstream/device_else/report_point.md @@ -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 @@ -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 @@ -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 |