From 03731c3159e3cc2dfdaf0949ae149f897a870073 Mon Sep 17 00:00:00 2001 From: Kamil Gurgul Date: Tue, 25 Oct 2022 14:36:33 +0200 Subject: [PATCH 1/3] Add Aiwa NSX-R71 --- CD_Players/Aiwa/AIWA_NSXR71.ir | 94 ++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 CD_Players/Aiwa/AIWA_NSXR71.ir diff --git a/CD_Players/Aiwa/AIWA_NSXR71.ir b/CD_Players/Aiwa/AIWA_NSXR71.ir new file mode 100644 index 00000000..f9ce5605 --- /dev/null +++ b/CD_Players/Aiwa/AIWA_NSXR71.ir @@ -0,0 +1,94 @@ +Filetype: IR signals file +Version: 1 +# +# Aiwa NSX-R71 +# +name: POWER +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 00 00 00 00 +# +name: VOL_up +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 4D 00 00 00 +# +name: VOL_down +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 4E 00 00 00 +# +name: Play +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 40 00 00 00 +# +name: Pause +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 44 00 00 00 +# +name: Stop +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 41 00 00 00 +# +name: FVD +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 42 00 00 00 +# +name: BVD +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 43 00 00 00 +# +name: Present_up +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 86 00 00 00 +# +name: Present_down +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 85 00 00 00 +# +name: GEQ +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 57 00 00 00 +# +name: Sound +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 47 00 00 00 +# +name: Enter +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 73 00 00 00 +# +name: FUNCTION +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 1E 00 00 00 +# +name: Deck_1_2 +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 1B 00 00 00 From f14da2ab6c42a4bcf1054cc2c676516b9713b90c Mon Sep 17 00:00:00 2001 From: Kamil Gurgul Date: Tue, 25 Oct 2022 14:36:33 +0200 Subject: [PATCH 2/3] Add Aiwa NSX-R71 Signed-off-by: Kamil Gurgul --- CD_Players/Aiwa/AIWA_NSXR71.ir | 94 ++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 CD_Players/Aiwa/AIWA_NSXR71.ir diff --git a/CD_Players/Aiwa/AIWA_NSXR71.ir b/CD_Players/Aiwa/AIWA_NSXR71.ir new file mode 100644 index 00000000..f9ce5605 --- /dev/null +++ b/CD_Players/Aiwa/AIWA_NSXR71.ir @@ -0,0 +1,94 @@ +Filetype: IR signals file +Version: 1 +# +# Aiwa NSX-R71 +# +name: POWER +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 00 00 00 00 +# +name: VOL_up +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 4D 00 00 00 +# +name: VOL_down +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 4E 00 00 00 +# +name: Play +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 40 00 00 00 +# +name: Pause +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 44 00 00 00 +# +name: Stop +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 41 00 00 00 +# +name: FVD +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 42 00 00 00 +# +name: BVD +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 43 00 00 00 +# +name: Present_up +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 86 00 00 00 +# +name: Present_down +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 85 00 00 00 +# +name: GEQ +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 57 00 00 00 +# +name: Sound +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 47 00 00 00 +# +name: Enter +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 73 00 00 00 +# +name: FUNCTION +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 1E 00 00 00 +# +name: Deck_1_2 +type: parsed +protocol: NEC42 +address: 6E 00 00 00 +command: 1B 00 00 00 From 280ea3846326743bc602bbbbfeb94fa59f3398d0 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 30 Oct 2022 13:10:10 -0700 Subject: [PATCH 3/3] Brief description update --- CD_Players/Aiwa/AIWA_NSXR71.ir | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CD_Players/Aiwa/AIWA_NSXR71.ir b/CD_Players/Aiwa/AIWA_NSXR71.ir index f9ce5605..4ed78309 100644 --- a/CD_Players/Aiwa/AIWA_NSXR71.ir +++ b/CD_Players/Aiwa/AIWA_NSXR71.ir @@ -1,7 +1,8 @@ Filetype: IR signals file Version: 1 # -# Aiwa NSX-R71 +# Aiwa NSX-R71 CD Player +# No MUTE button # name: POWER type: parsed