From d25bfaabc93363df74f621882b6d28e152b15efb Mon Sep 17 00:00:00 2001 From: crobinson89 Date: Mon, 25 Apr 2022 09:33:56 -0500 Subject: [PATCH 1/2] add Sony XBR RMT-TX200U remote --- TVs/Sonyxbr_RMT_TX200U.ir | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 TVs/Sonyxbr_RMT_TX200U.ir diff --git a/TVs/Sonyxbr_RMT_TX200U.ir b/TVs/Sonyxbr_RMT_TX200U.ir new file mode 100644 index 00000000..e0774052 --- /dev/null +++ b/TVs/Sonyxbr_RMT_TX200U.ir @@ -0,0 +1,44 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 15 00 00 00 +# +name: Input +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 25 00 00 00 +# +name: Vol_up +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 12 00 00 00 +# +name: Vol_down +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 13 00 00 00 +# +name: Ch_up +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 10 00 00 00 +# +name: Ch_down +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 11 00 00 00 +# +name: Mute +type: parsed +protocol: SIRC +address: 01 00 00 00 +command: 14 00 00 00 From d8985397d10fb6f138591b66839cdedf6d14f828 Mon Sep 17 00:00:00 2001 From: crobinson89 Date: Mon, 25 Apr 2022 09:34:54 -0500 Subject: [PATCH 2/2] 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