Skip to content

Commit 5f0418b

Browse files
ptphan28rzr
authored andcommitted
UIC-3273: Updated documentation for command class
1 parent 983369a commit 5f0418b

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

applications/zpc/doc/command_classes/multilevel_sensor.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ UAM files
160160
* - ``Time_to_MultilevelSensorCC.uam``
161161
- ``Time.xml``
162162
- Use to operate Local Time
163+
* - N/A
164+
- ``Unify_MultilevelSensor.xml``
165+
- Use for reporting sensor values.
163166

164167
Bindings
165168
--------
@@ -197,6 +200,15 @@ Bindings
197200
* - ``SENSOR_VALUE``
198201
- Time MeasuredValue
199202
- If ``SENSOR_TYPE`` = 0x21. Z-Wave -> Cluster (ReadOnly)
203+
* - ``SENSOR_VALUE``
204+
- SensorValues
205+
- ``SENSOR_VALUE`` mapping with ``Value`` field of SensorValues attribute. Z-Wave -> Cluster (ReadOnly)
206+
* - ``SCALE``
207+
- SensorValues
208+
- ``SCALE`` mapping with ``Scale`` field of SensorValues attribute. Z-Wave -> Cluster (ReadOnly)
209+
* - ``SENSOR_TYPE``
210+
- SensorType
211+
- ``SENSOR_TYPE`` mapping with SensorType attribute. Z-Wave -> Cluster (ReadOnly)
200212

201213
Command actions
202214
---------------
@@ -295,3 +307,6 @@ Command actions
295307
* - Get Local Time
296308
- ``ucl/by-unid/+/+/Time/Attributes/LocalTime/Reported { "value": <REPORTED_LOCAL_TIME>}``
297309
- Only reported values
310+
* - Report sensor values
311+
- ``ucl/by-unid/+/+/<SensorType>/MultilevelSensor/Attributes/SensorValues/Reported {"value": {"Scale": <SCALE> ,"Value": <SENSOR_VALUE>}}``
312+
- Only reported values

0 commit comments

Comments
 (0)