Skip to content

Commit

Permalink
Merge pull request #102 from tipi85/master
Browse files Browse the repository at this point in the history
Add Swinging Shutters capability to pyvlx
  • Loading branch information
Julius2342 committed Jan 10, 2022
2 parents e325bce + 5cdb626 commit dbfd272
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyvlx/node_helper.py
Expand Up @@ -33,6 +33,7 @@ def convert_frame_to_node(pyvlx, frame):
if frame.node_type in [
NodeTypeWithSubtype.ROLLER_SHUTTER,
NodeTypeWithSubtype.DUAL_ROLLER_SHUTTER,
NodeTypeWithSubtype.SWINGING_SHUTTERS
]:
return RollerShutter(
pyvlx=pyvlx,
Expand Down

0 comments on commit dbfd272

Please sign in to comment.