From 014bee7da0d6e3b48be1f53053baae7059462df9 Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 4 Jan 2022 16:30:58 +0000 Subject: tweak lirc command class --- lib/Lirc/Commands.rakumod | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lib/Lirc/Commands.rakumod b/lib/Lirc/Commands.rakumod index a274bdc..7b83039 100644 --- a/lib/Lirc/Commands.rakumod +++ b/lib/Lirc/Commands.rakumod @@ -20,13 +20,11 @@ class Lirc::Commands { } my %sequences = ( 'start bluray' => [ - , - , - , + |hdmi-seq(2), , ], 'stop bluray' => [ - |stop-seq(), + |stop-seq(), , ], 'start hdmi1' => hdmi-seq(1), @@ -44,7 +42,6 @@ class Lirc::Commands { return Promise.kept(); } else { - note "irsend $thing $arg"; return self.client.send( remote => $thing, keysym => "KEY_{$arg.uc}", -- cgit v1.2.3