From db411316d93227e559c48b41bbfa3224bb95804c Mon Sep 17 00:00:00 2001 From: nothingbutlucas <69118979+nothingbutlucas@users.noreply.github.com> Date: Mon, 2 Sep 2024 23:18:49 -0300 Subject: [PATCH 1/2] feat(TVs): Add new brand and tv model --- TVs/BGH/BGH_BLE2814D.ir | 56 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 TVs/BGH/BGH_BLE2814D.ir diff --git a/TVs/BGH/BGH_BLE2814D.ir b/TVs/BGH/BGH_BLE2814D.ir new file mode 100644 index 00000000..8f0e42f3 --- /dev/null +++ b/TVs/BGH/BGH_BLE2814D.ir @@ -0,0 +1,56 @@ +Filetype: IR signals file +Version: 1 +# +name: Power +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 03 FC 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 15 EA 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 16 E9 00 00 +# +name: Vol_dn +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 1A E5 00 00 +# +name: Source +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 1E E1 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 1C E3 00 00 +# +name: Display +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 46 B9 00 00 +# +name: 1 +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 00 FF 00 00 +# +name: 2 +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 01 FE 00 00 From 9f2dd1effbba51c95edc0da15e844b044f12aa66 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 3 Sep 2024 18:09:23 -0700 Subject: [PATCH 2/2] Added description to comment --- TVs/BGH/BGH_BLE2814D.ir | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TVs/BGH/BGH_BLE2814D.ir b/TVs/BGH/BGH_BLE2814D.ir index 8f0e42f3..a37fb4b8 100644 --- a/TVs/BGH/BGH_BLE2814D.ir +++ b/TVs/BGH/BGH_BLE2814D.ir @@ -1,6 +1,9 @@ Filetype: IR signals file Version: 1 # +# BGH TV BLE2814D +# Some buttons missing +# name: Power type: parsed protocol: NECext