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
160
160
* - ``Time_to_MultilevelSensorCC.uam ``
161
161
- ``Time.xml ``
162
162
- Use to operate Local Time
163
+ * - N/A
164
+ - ``Unify_MultilevelSensor.xml ``
165
+ - Use for reporting sensor values.
163
166
164
167
Bindings
165
168
--------
@@ -197,6 +200,15 @@ Bindings
197
200
* - ``SENSOR_VALUE ``
198
201
- Time MeasuredValue
199
202
- 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)
200
212
201
213
Command actions
202
214
---------------
@@ -295,3 +307,6 @@ Command actions
295
307
* - Get Local Time
296
308
- ``ucl/by-unid/+/+/Time/Attributes/LocalTime/Reported { "value": <REPORTED_LOCAL_TIME>} ``
297
309
- 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