From 5fb67769a0e9200d1fb7133e81cf298ca48f331c Mon Sep 17 00:00:00 2001 From: ATAO Date: Fri, 28 Jul 2023 11:51:35 +0200 Subject: [PATCH 1/2] Added Essentiel B TV Remote Essentiel B is Boulanger's distributor brand. --- TVs/EssentielB.ir | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 TVs/EssentielB.ir diff --git a/TVs/EssentielB.ir b/TVs/EssentielB.ir new file mode 100644 index 00000000..abe041fc --- /dev/null +++ b/TVs/EssentielB.ir @@ -0,0 +1,71 @@ +Filetype: IR signals file +Version: 1 +# +# TV LED ESSENTIELB Android TV +# Essentiel B is Boulanger's distributor brand +# +name: Power +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 54 00 00 00 +# +name: Mute +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: FC 00 00 00 +# +name: Ch+ +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: B4 00 00 00 +# +name: Ch- +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 34 00 00 00 +# +name: Vol+ +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: F4 00 00 00 +# +name: Vol- +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 74 00 00 00 +# +name: Left +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 6A 00 00 00 +# +name: Right +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: EA 00 00 00 +# +name: Up +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 9A 00 00 00 +# +name: Down +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 1A 00 00 00 +# +name: Ok +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: 2F 00 00 00 From 892448cc05792170e5e70aa82ea7262ca7e158b5 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Fri, 4 Aug 2023 14:02:33 -0700 Subject: [PATCH 2/2] Moved to folder --- TVs/{EssentielB.ir => Boulanger/Essentiel_B_TV.ir} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename TVs/{EssentielB.ir => Boulanger/Essentiel_B_TV.ir} (100%) diff --git a/TVs/EssentielB.ir b/TVs/Boulanger/Essentiel_B_TV.ir similarity index 100% rename from TVs/EssentielB.ir rename to TVs/Boulanger/Essentiel_B_TV.ir