Skip to content

Commit

Permalink
Merge pull request #1 from madzrobz/madzrobz-patch-23748
Browse files Browse the repository at this point in the history
Added GatewaySubState RESERVED_132 = 0x84
  • Loading branch information
madzrobz authored May 13, 2019
2 parents ee78e13 + 7997a88 commit e606321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvlx/frames/frame_get_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class GatewaySubState(Enum):
PERFORMING_TASK_COMMAND = 0x80
PERFORMING_TASK_ACTIVATE_GROUP = 0x81
PERFORMING_TASK_ACTIVATE_SCENE = 0x82

RESERVED_132 = 0x84

class FrameGetStateConfirmation(FrameBase):
"""Frame for confirmation for get state requests."""
Expand Down

0 comments on commit e606321

Please sign in to comment.