Skip to content

Commit

Permalink
Add reset value definition for Meter CC (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone authored Jun 20, 2024
1 parent 20a862e commit bb10502
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zwave_js_server/const/command_class/meter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from enum import IntEnum

VALUE_PROPERTY = "value"
RESET_PROPERTY = "reset"

CC_SPECIFIC_SCALE = "scale"
CC_SPECIFIC_METER_TYPE = "meterType"
Expand Down

0 comments on commit bb10502

Please sign in to comment.