From 02fef8e6cb022d9b827c14cd5d0f8ec30bcbae88 Mon Sep 17 00:00:00 2001 From: Protik Banerji Date: Thu, 21 Mar 2024 02:36:01 +0100 Subject: [PATCH] Add Dutch Originals Soundbar Reverse engineered remote protocol for the Dutch Originals sound bar. --- .../dutch_originals_soundbar.ir | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 SoundBars/DutchOriginals/dutch_originals_soundbar.ir diff --git a/SoundBars/DutchOriginals/dutch_originals_soundbar.ir b/SoundBars/DutchOriginals/dutch_originals_soundbar.ir new file mode 100644 index 00000000..9425b7f5 --- /dev/null +++ b/SoundBars/DutchOriginals/dutch_originals_soundbar.ir @@ -0,0 +1,45 @@ +Filetype: IR signals file +Version: 1 +# +# Model: Dutch Originals Sound Bar +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: Change_Input +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: Play/Pause +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 6A 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: Vol_up +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5E 00 00 00 +# +name: Vol_dn +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 85 00 00 00 +# +name: Vol_Min +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 18 00 00 00