Skip to content

Commit 566b627

Browse files
committed
Add volume up/down to callback test.
1 parent 15f6b69 commit 566b627

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: cb_test.py

+4
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@ def log_cb(event, level, time, message):
3232
print("Turning on TV")
3333
tv.power_on()
3434

35+
print("Volume Up")
36+
cec.volume_up()
37+
print("Volume Down")
38+
cec.volume_down()
3539

3640
print("SUCCESS!")

0 commit comments

Comments
 (0)