We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a862e commit bb10502Copy full SHA for bb10502
zwave_js_server/const/command_class/meter.py
@@ -5,6 +5,7 @@
5
from enum import IntEnum
6
7
VALUE_PROPERTY = "value"
8
+RESET_PROPERTY = "reset"
9
10
CC_SPECIFIC_SCALE = "scale"
11
CC_SPECIFIC_METER_TYPE = "meterType"
0 commit comments