Skip to content

Commit

Permalink
Add OUT to HDMIOUT enum
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Jul 22, 2024
1 parent d57dac1 commit 8753648
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ynca/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def _missing_(cls, value):
@unique
class HdmiOut(str, Enum):
OFF = "Off"
OUT = "OUT" # OUT is on receivers with 1 HDMI, multiple HDMI outputs use OUT1 + OUT 2
OUT1 = "OUT1"
OUT2 = "OUT2"
OUT1_PLUS_2 = "OUT1 + 2"
Expand Down

0 comments on commit 8753648

Please sign in to comment.