Skip to content

Commit 89c370c

Browse files
committed
add ConsumerControlCode.MUTE
1 parent f5e70e0 commit 89c370c

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)