From ec1006c0fba7957728cf03eada2c21b863dcc8f8 Mon Sep 17 00:00:00 2001 From: Dan Fraser Date: Mon, 25 Sep 2023 16:16:40 -0400 Subject: [PATCH 1/3] Add NAD AMP 1 remote, included with NAD C 315BEE and many others. --- Audio_Receivers/NAD_Amp_1.ir | 104 +++++++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 Audio_Receivers/NAD_Amp_1.ir diff --git a/Audio_Receivers/NAD_Amp_1.ir b/Audio_Receivers/NAD_Amp_1.ir new file mode 100644 index 0000000000..7a35a86443 --- /dev/null +++ b/Audio_Receivers/NAD_Amp_1.ir @@ -0,0 +1,104 @@ +Filetype: IR signals file +Version: 1 +# +name: On +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 25 DA 00 00 +# +name: Off +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: C8 37 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 94 6B 00 00 +# +name: Vol_Up +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 88 77 00 00 +# +name: Vol_Down +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 8C 73 00 00 +# +name: Aux +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 9B 64 00 00 +# +name: Disc +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 89 76 00 00 +# +name: CD +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 85 7A 00 00 +# +name: Video +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: C2 3D 00 00 +# +name: Tuner +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: DD 22 00 00 +# +name: Tape +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 8D 72 00 00 +# +name: Stop +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 02 FD 00 00 +# +name: Pause +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 4A B5 00 00 +# +name: Play +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 01 FE 00 00 +# +name: Eject +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 48 B7 00 00 +# +name: Prev_Track +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 05 FA 00 00 +# +name: Next_Track +type: parsed +protocol: NECext +address: 87 7C 00 00 +command: 06 F9 00 00 From 01d35fea3d3ef3ed81941f125a4a3fb8735e6151 Mon Sep 17 00:00:00 2001 From: Dan Fraser Date: Mon, 25 Sep 2023 16:20:02 -0400 Subject: [PATCH 2/3] Changed names to satisfy linter --- Audio_Receivers/NAD_Amp_1.ir | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Audio_Receivers/NAD_Amp_1.ir b/Audio_Receivers/NAD_Amp_1.ir index 7a35a86443..2ed47c00c3 100644 --- a/Audio_Receivers/NAD_Amp_1.ir +++ b/Audio_Receivers/NAD_Amp_1.ir @@ -1,13 +1,13 @@ Filetype: IR signals file Version: 1 # -name: On +name: Power_on type: parsed protocol: NECext address: 87 7C 00 00 command: 25 DA 00 00 # -name: Off +name: Power_off type: parsed protocol: NECext address: 87 7C 00 00 @@ -19,13 +19,13 @@ protocol: NECext address: 87 7C 00 00 command: 94 6B 00 00 # -name: Vol_Up +name: Vol_up type: parsed protocol: NECext address: 87 7C 00 00 command: 88 77 00 00 # -name: Vol_Down +name: Vol_dn type: parsed protocol: NECext address: 87 7C 00 00 From ae8cec38fc8bcefbd283d201cabac9eb1041b4f4 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 4 Oct 2023 18:55:54 -0700 Subject: [PATCH 3/3] Moved to folder and added description to comment --- Audio_Receivers/{ => NAD}/NAD_Amp_1.ir | 2 ++ 1 file changed, 2 insertions(+) rename Audio_Receivers/{ => NAD}/NAD_Amp_1.ir (98%) diff --git a/Audio_Receivers/NAD_Amp_1.ir b/Audio_Receivers/NAD/NAD_Amp_1.ir similarity index 98% rename from Audio_Receivers/NAD_Amp_1.ir rename to Audio_Receivers/NAD/NAD_Amp_1.ir index 2ed47c00c3..c26a03eea5 100644 --- a/Audio_Receivers/NAD_Amp_1.ir +++ b/Audio_Receivers/NAD/NAD_Amp_1.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# NAD Audio Receiver +# name: Power_on type: parsed protocol: NECext