Skip to content

Commit

Permalink
✨ add hdmi keys
Browse files Browse the repository at this point in the history
  • Loading branch information
florianholzapfel committed Dec 1, 2023
1 parent 324a06b commit e59f82d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions panasonic_viera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ class Keys(Enum):
VOLUME_UP = "NRC_VOLUP-ONOFF"
VTOOLS = "NRC_VTOOLS-ONOFF"
YELLOW = "NRC_YELLOW-ONOFF"
HMDI_1 = "NRC_HDMI1-ONOFF"
HMDI_2 = "NRC_HDMI2-ONOFF"
HMDI_3 = "NRC_HDMI3-ONOFF"
HMDI_4 = "NRC_HDMI4-ONOFF"


class Apps(Enum):
Expand Down

0 comments on commit e59f82d

Please sign in to comment.