Skip to content

Commit bb10502

Browse files
authored
Add reset value definition for Meter CC (#1001)
1 parent 20a862e commit bb10502

File tree

1 file changed

+1
-0
lines changed
  • zwave_js_server/const/command_class

1 file changed

+1
-0
lines changed

zwave_js_server/const/command_class/meter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from enum import IntEnum
66

77
VALUE_PROPERTY = "value"
8+
RESET_PROPERTY = "reset"
89

910
CC_SPECIFIC_SCALE = "scale"
1011
CC_SPECIFIC_METER_TYPE = "meterType"

0 commit comments

Comments
 (0)