From 46445cad805085430937dbb9a81b5ad2d772d998 Mon Sep 17 00:00:00 2001 From: ATAO Date: Mon, 24 Jul 2023 10:09:16 +0200 Subject: [PATCH 1/6] Create Boulanger.ir --- TVs/Boulanger/Boulanger.ir | 68 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 TVs/Boulanger/Boulanger.ir diff --git a/TVs/Boulanger/Boulanger.ir b/TVs/Boulanger/Boulanger.ir new file mode 100644 index 00000000..361ff679 --- /dev/null +++ b/TVs/Boulanger/Boulanger.ir @@ -0,0 +1,68 @@ +Filetype: IR signals file +Version: 1 +# +name: On_off +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: Pr_up +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: B4 00 00 00 +# +name: Pr_down +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 4117efa67ed74f49e3f75a2122c55d2edda10aef Mon Sep 17 00:00:00 2001 From: ATAO Date: Mon, 24 Jul 2023 10:14:35 +0200 Subject: [PATCH 2/6] Create EssentielB.ir --- TVs/EssentielB/EssentielB.ir | 71 ++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 TVs/EssentielB/EssentielB.ir diff --git a/TVs/EssentielB/EssentielB.ir b/TVs/EssentielB/EssentielB.ir new file mode 100644 index 00000000..333d3e76 --- /dev/null +++ b/TVs/EssentielB/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: On_off +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: Pr_up +type: parsed +protocol: RCA +address: 0F 00 00 00 +command: B4 00 00 00 +# +name: Pr_down +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 19a5cf7c9f56144f7f2dac5df2368b4b4a308f8c Mon Sep 17 00:00:00 2001 From: ATAO Date: Mon, 24 Jul 2023 10:14:48 +0200 Subject: [PATCH 3/6] Delete TVs/Boulanger directory --- TVs/Boulanger/Boulanger.ir | 68 -------------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 TVs/Boulanger/Boulanger.ir diff --git a/TVs/Boulanger/Boulanger.ir b/TVs/Boulanger/Boulanger.ir deleted file mode 100644 index 361ff679..00000000 --- a/TVs/Boulanger/Boulanger.ir +++ /dev/null @@ -1,68 +0,0 @@ -Filetype: IR signals file -Version: 1 -# -name: On_off -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: Pr_up -type: parsed -protocol: RCA -address: 0F 00 00 00 -command: B4 00 00 00 -# -name: Pr_down -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 6f9988d78c48cc6fcea4057146f50c3906eed7c7 Mon Sep 17 00:00:00 2001 From: ATAO Date: Mon, 24 Jul 2023 10:54:06 +0200 Subject: [PATCH 4/6] Update TVs/EssentielB/EssentielB.ir Co-authored-by: Daniel <71837281+darmiel@users.noreply.github.com> --- TVs/EssentielB/EssentielB.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TVs/EssentielB/EssentielB.ir b/TVs/EssentielB/EssentielB.ir index 333d3e76..4de14e8e 100644 --- a/TVs/EssentielB/EssentielB.ir +++ b/TVs/EssentielB/EssentielB.ir @@ -22,7 +22,7 @@ protocol: RCA address: 0F 00 00 00 command: B4 00 00 00 # -name: Pr_down +name: CH- type: parsed protocol: RCA address: 0F 00 00 00 From f51546fc46faa1f893380fa204530f1131345b46 Mon Sep 17 00:00:00 2001 From: ATAO Date: Mon, 24 Jul 2023 10:54:12 +0200 Subject: [PATCH 5/6] Update TVs/EssentielB/EssentielB.ir Co-authored-by: Daniel <71837281+darmiel@users.noreply.github.com> --- TVs/EssentielB/EssentielB.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TVs/EssentielB/EssentielB.ir b/TVs/EssentielB/EssentielB.ir index 4de14e8e..5a7fca14 100644 --- a/TVs/EssentielB/EssentielB.ir +++ b/TVs/EssentielB/EssentielB.ir @@ -4,7 +4,7 @@ Version: 1 # TV LED ESSENTIELB Android TV # Essentiel B is Boulanger's distributor brand # -name: On_off +name: POWER type: parsed protocol: RCA address: 0F 00 00 00 From a6d952c2993bba8397714aa1eaa987851b78a4a5 Mon Sep 17 00:00:00 2001 From: ATAO Date: Mon, 24 Jul 2023 10:54:17 +0200 Subject: [PATCH 6/6] Update TVs/EssentielB/EssentielB.ir Co-authored-by: Daniel <71837281+darmiel@users.noreply.github.com> --- TVs/EssentielB/EssentielB.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TVs/EssentielB/EssentielB.ir b/TVs/EssentielB/EssentielB.ir index 5a7fca14..368b7233 100644 --- a/TVs/EssentielB/EssentielB.ir +++ b/TVs/EssentielB/EssentielB.ir @@ -16,7 +16,7 @@ protocol: RCA address: 0F 00 00 00 command: FC 00 00 00 # -name: Pr_up +name: CH+ type: parsed protocol: RCA address: 0F 00 00 00