Skip to content

Commit

Permalink
Allow zone bypass for ZeroWire (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
isorin authored Apr 22, 2023
1 parent 6b1954c commit 7617917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultrasync/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def set_zone_bypass(self, zone, state=False):
'sess': self.session_id,
}

if self.vendor in (NX595EVendor.XGEN8):
if self.vendor in (NX595EVendor.ZEROWIRE, NX595EVendor.XGEN8):
payload.update({
'cmd': 5,
'opt': int(state),
Expand Down

0 comments on commit 7617917

Please sign in to comment.