Skip to content

Commit

Permalink
Merge pull request #57 from noahhusby/feat/property-safety
Browse files Browse the repository at this point in the history
Added none option to brightness enum
  • Loading branch information
noahhusby authored Nov 11, 2024
2 parents f4dce24 + 3037156 commit 1d0c4b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aiostreammagic/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ class DisplayBrightness(StrEnum):
BRIGHT = "bright"
DIM = "dim"
OFF = "off"
NONE = "none"


class ControlBusMode(StrEnum):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiostreammagic"
version = "2.8.4"
version = "2.8.5"
description = "An async python package for interfacing with Cambridge Audio / Stream Magic compatible streamers."
authors = ["Noah Husby <[email protected]>"]
maintainers = ["Noah Husby <[email protected]>"]
Expand Down

0 comments on commit 1d0c4b4

Please sign in to comment.