From ded06c7be2a1a3574270809322a5e6e589474eeb Mon Sep 17 00:00:00 2001 From: Baiqing Lyu Date: Sun, 27 Nov 2022 20:53:18 -0500 Subject: [PATCH 1/3] [Feat] Add remote data for Fluance AI40 speakers --- Fluance/Fluance_AI40.ir | 77 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 Fluance/Fluance_AI40.ir diff --git a/Fluance/Fluance_AI40.ir b/Fluance/Fluance_AI40.ir new file mode 100644 index 00000000..80aeda10 --- /dev/null +++ b/Fluance/Fluance_AI40.ir @@ -0,0 +1,77 @@ +Filetype: IR signals file +Version: 1 +# +# Fluance AI40 +# https://www.fluance.com/powered-2-0-bluetooth-active-5-inch-bookshelf-speakers-bamboo +# +name: POWER +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 18 E7 00 00 +# +name: VOL+ +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 55 AA 00 00 +# +name: VOL- +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 59 A6 00 00 +# +name: Play_Pause +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 07 F8 00 00 +# +name: MUTE +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 15 EA 00 00 +# +name: Forward +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 16 E9 00 00 +# +name: Backward +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 17 E8 00 00 +# +name: Source +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 10 EF 00 00 +# +name: Bass_Up +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 0F F0 00 00 +# +name: Bass_Down +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 06 F9 00 00 +# +name: Tremble_Up +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 05 FA 00 00 +# +name: Tremble_Down +type: parsed +protocol: NECext +address: 3F 5C 00 00 +command: 0B F4 00 00 From 10f8a508fa39e609a0af728f75d29c41f6ccb5f7 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 27 Nov 2022 21:23:44 -0800 Subject: [PATCH 2/3] Update Fluance_AI40.ir --- Fluance/Fluance_AI40.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fluance/Fluance_AI40.ir b/Fluance/Fluance_AI40.ir index 80aeda10..2a310d13 100644 --- a/Fluance/Fluance_AI40.ir +++ b/Fluance/Fluance_AI40.ir @@ -1,7 +1,7 @@ Filetype: IR signals file Version: 1 # -# Fluance AI40 +# Fluance AI40 Speakers # https://www.fluance.com/powered-2-0-bluetooth-active-5-inch-bookshelf-speakers-bamboo # name: POWER From e9ae1733c77e22362cb90338933922eadddd3240 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 27 Nov 2022 21:24:50 -0800 Subject: [PATCH 3/3] Move to Speakers folder --- {Fluance => Speakers/Fluance}/Fluance_AI40.ir | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Fluance => Speakers/Fluance}/Fluance_AI40.ir (100%) diff --git a/Fluance/Fluance_AI40.ir b/Speakers/Fluance/Fluance_AI40.ir similarity index 100% rename from Fluance/Fluance_AI40.ir rename to Speakers/Fluance/Fluance_AI40.ir