File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
applications/zpc/doc/command_classes Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
164167Bindings
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
201213Command 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
You can’t perform that action at this time.
0 commit comments