From d8985397d10fb6f138591b66839cdedf6d14f828 Mon Sep 17 00:00:00 2001 From: crobinson89 Date: Mon, 25 Apr 2022 09:34:54 -0500 Subject: [PATCH] Add SoundblasterX soundbar remote --- SoundBars/Soundblasterx.ir | 44 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 SoundBars/Soundblasterx.ir diff --git a/SoundBars/Soundblasterx.ir b/SoundBars/Soundblasterx.ir new file mode 100644 index 00000000..2252b1e7 --- /dev/null +++ b/SoundBars/Soundblasterx.ir @@ -0,0 +1,44 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 08 F7 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 0C F3 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 0A F5 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 01 FE 00 00 +# +name: Play_pause +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 09 F6 00 00 +# +name: Prev +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 07 F8 00 00 +# +name: Next +type: parsed +protocol: NECext +address: 83 22 00 00 +command: 06 F9 00 00