From 50751d68b4b20c994080212ebc6f86b587a51168 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Sun, 14 Aug 2022 20:18:04 +0100 Subject: [PATCH 1/4] Added Yarra 3DX (Thanks Dag!) Brand is Comhear model seems to be Yarra 3DX, fixed lines being one singular line and uppercased everything and put correct MUTE,POWER VOL etc naming scheme --- SoundBars/Comhear/YARRA3DX.ir | 114 ++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 SoundBars/Comhear/YARRA3DX.ir diff --git a/SoundBars/Comhear/YARRA3DX.ir b/SoundBars/Comhear/YARRA3DX.ir new file mode 100644 index 00000000..39c7d6ff --- /dev/null +++ b/SoundBars/Comhear/YARRA3DX.ir @@ -0,0 +1,114 @@ +Filetype: IR signals file +Version: 1 +# +# +# YARRA 3DX +# +name: POWER +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 01 FE 00 00 +# +name: BT +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 02 FD 00 00 +# +name: MUTE +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 03 FC 00 00 +# +name: SOURCE +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 04 FB 00 00 +# +name: DISTANCE +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 05 FA 00 00 +# +name: PPL +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 06 F9 00 00 +# +name: SUB+ +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 07 F8 00 00 +# +name: SUB- +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 09 F6 00 00 +# +name: BASS_BOOST +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 1D E2 00 00 +# +name: PRESET +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 13 EC 00 00 +# +name: VOL+ +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 08 F7 00 00 +# +name: VOL- +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 0A F5 00 00 +# +name: PRESET_1 +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 0B F4 00 00 +# +name: PRESET_2 +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 0C F3 00 00 +# +name: PRESET_3 +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 0D F2 00 00 +# +name: MOVIE +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 0E F1 00 00 +# +name: GAME +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 0F F0 00 00 +# +name: MUSIC +type: parsed +protocol: NECext +address: 0A 1D 00 00 +command: 10 EF 00 00 +# \ No newline at end of file From c35a04980697bc359182db0a81d2d19d250a8f49 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Mon, 15 Aug 2022 01:23:23 +0100 Subject: [PATCH 2/4] Added LeaderPro Desk Fan (Thanks Dag!) Added LeaderPro Desk Fan, There is already a LeaderPro Standing Fan IR --- Fans/LeaderPro/LeaderPro_Desk_Fan.ir | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Fans/LeaderPro/LeaderPro_Desk_Fan.ir diff --git a/Fans/LeaderPro/LeaderPro_Desk_Fan.ir b/Fans/LeaderPro/LeaderPro_Desk_Fan.ir new file mode 100644 index 00000000..767b4eeb --- /dev/null +++ b/Fans/LeaderPro/LeaderPro_Desk_Fan.ir @@ -0,0 +1,44 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 8C 00 00 00 +# +name: Mode +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 87 00 00 00 +# +name: Timer +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 86 00 00 00 +# +name: Oscy +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 9C 00 00 00 +# +name: Oscx +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 95 00 00 00 +# +name: Slower +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 83 00 00 00 +# +name: Faster +type: parsed +protocol: NEC +address: 30 00 00 00 +command: 85 00 00 00 From e76d6f3e482f67452c466ede071d5623914d4ee8 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 14 Aug 2022 20:16:21 -0700 Subject: [PATCH 3/4] Added description to comments --- Fans/LeaderPro/LeaderPro_Desk_Fan.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Fans/LeaderPro/LeaderPro_Desk_Fan.ir b/Fans/LeaderPro/LeaderPro_Desk_Fan.ir index 767b4eeb..6105bb5f 100644 --- a/Fans/LeaderPro/LeaderPro_Desk_Fan.ir +++ b/Fans/LeaderPro/LeaderPro_Desk_Fan.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# LeaderPro Desk Fan +# name: Power type: parsed protocol: NEC From 8079a8a4b4a6c78cf527a684360c9f6727766e33 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 14 Aug 2022 20:16:54 -0700 Subject: [PATCH 4/4] Updated comment description --- SoundBars/Comhear/{YARRA3DX.ir => YARRA_3DX.ir} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename SoundBars/Comhear/{YARRA3DX.ir => YARRA_3DX.ir} (98%) diff --git a/SoundBars/Comhear/YARRA3DX.ir b/SoundBars/Comhear/YARRA_3DX.ir similarity index 98% rename from SoundBars/Comhear/YARRA3DX.ir rename to SoundBars/Comhear/YARRA_3DX.ir index 39c7d6ff..c7fc0e70 100644 --- a/SoundBars/Comhear/YARRA3DX.ir +++ b/SoundBars/Comhear/YARRA_3DX.ir @@ -1,8 +1,7 @@ Filetype: IR signals file Version: 1 # -# -# YARRA 3DX +# Comhear YARRA 3DX Soundbar # name: POWER type: parsed @@ -111,4 +110,4 @@ type: parsed protocol: NECext address: 0A 1D 00 00 command: 10 EF 00 00 -# \ No newline at end of file +#