Skip to content

Commit

Permalink
Update model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cyr-ius authored Jul 24, 2024
1 parent 1a9e8ea commit ffea22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audiconnectpy/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ class LightsStatus(Base):
class Lights(Base):
left: bool | None = None
right: bool | None = None
status: bool | None = None
any_status: bool | None = None


# SECTION
Expand Down

0 comments on commit ffea22f

Please sign in to comment.