From 6e810aacb4bda8e47c5afcab42dbce5edd671a3e Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:11:07 +0000 Subject: [PATCH] Updated audio.ir new additions --- assets/resources/infrared/assets/audio.ir | 28 +++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/assets/resources/infrared/assets/audio.ir b/assets/resources/infrared/assets/audio.ir index 4a5fe8f85..1d32591b6 100644 --- a/assets/resources/infrared/assets/audio.ir +++ b/assets/resources/infrared/assets/audio.ir @@ -1,7 +1,7 @@ Filetype: IR library file Version: 1 -# Last Updated 07th Mar, 2023 -# Last Checked 07th Mar, 2023 +# Last Updated 21st Mar, 2023 +# Last Checked 21st Mar, 2023 # name: POWER type: parsed @@ -2098,3 +2098,27 @@ type: parsed protocol: NEC address: 00 00 00 00 command: 04 00 00 00 +# +name: POWER +type: parsed +protocol: NEC +address: FD 00 00 00 +command: E2 00 00 00 +# +name: MUTE +type: parsed +protocol: NEC +address: FD 00 00 00 +command: E1 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: FD 00 00 00 +command: E7 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: FD 00 00 00 +command: B9 00 00 00