Skip to content

Commit c464c2f

Browse files
authored
Merge pull request #28 from dhalbert/consumer_control-mute
add ConsumerControlCode.MUTE
2 parents f5e70e0 + 89c370c commit c464c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_hid/consumer_control_code.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ class ConsumerControlCode:
5454
"""Eject"""
5555
PLAY_PAUSE = 0xCD
5656
"""Play/Pause toggle"""
57+
MUTE = 0xE2
58+
"""Mute"""
5759
VOLUME_DECREMENT = 0xEA
5860
"""Decrease volume"""
5961
VOLUME_INCREMENT = 0xE9

0 commit comments

Comments
 (0)