From 69fef8f1ca7079800b6b03d63fe885526dd3785a Mon Sep 17 00:00:00 2001 From: makar853 <57943827+makar853@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:39:48 +0300 Subject: [PATCH 1/2] Create KRAFT_KTV.ir Added Kraft TV remote. --- TVs/Kraft/KRAFT_KTV.ir | 94 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 TVs/Kraft/KRAFT_KTV.ir diff --git a/TVs/Kraft/KRAFT_KTV.ir b/TVs/Kraft/KRAFT_KTV.ir new file mode 100644 index 0000000000..694272c1d5 --- /dev/null +++ b/TVs/Kraft/KRAFT_KTV.ir @@ -0,0 +1,94 @@ +Filetype: IR signals file +Version: 1 +# +# Kraft KTV-32/-43/5502LEDT2WL remote +# +name: Power +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 0A F5 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 0B F4 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 1E E1 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 5F A0 00 00 +# +name: Ch_next +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 1F E0 00 00 +# +name: Ch_prev +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 5C A3 00 00 +# +name: Ok +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 5A A5 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 5E A1 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 56 A9 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 5B A4 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 58 A7 00 00 +# +name: Source +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 55 AA 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 57 A8 00 00 +# +name: Exit +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 54 AB 00 00 +# +name: Home +type: parsed +protocol: NECext +address: 01 3E 00 00 +command: 59 A6 00 00 From 0392865e4283f04c90c87932d12bf990c50a1256 Mon Sep 17 00:00:00 2001 From: makar853 <57943827+makar853@users.noreply.github.com> Date: Sun, 8 Oct 2023 11:45:04 +0300 Subject: [PATCH 2/2] Update KRAFT_KTV.ir Fixed Vol_dn name --- TVs/Kraft/KRAFT_KTV.ir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TVs/Kraft/KRAFT_KTV.ir b/TVs/Kraft/KRAFT_KTV.ir index 694272c1d5..33bb03ec5b 100644 --- a/TVs/Kraft/KRAFT_KTV.ir +++ b/TVs/Kraft/KRAFT_KTV.ir @@ -21,7 +21,7 @@ protocol: NECext address: 01 3E 00 00 command: 1E E1 00 00 # -name: Vol_down +name: Vol_dn type: parsed protocol: NECext address: 01 3E 00 00