now a working radio controller

This commit is contained in:
2026-08-22 14:59:22 +02:00
parent 35969ad305
commit 16a88f8d1f
6 changed files with 334 additions and 7 deletions
+1
View File
@@ -29,6 +29,7 @@ FUNCTIONS = {
"denon.previous": lib_denon.previous,
"denon.volume_up": lib_denon.volume_up,
"denon.volume_down": lib_denon.volume_down,
"denon.volume_mute": lib_denon.volume_mute,
}