From a93f83e47a4d95e6670158cf6edb1740088981be Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:18:49 -0700 Subject: [PATCH] Added Elements TV (thanks lht!) From https://forum.flipper.net/t/ir-remote-code-bucket/20075 --- TVs/Elements/Elements_TV.ir | 82 +++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 TVs/Elements/Elements_TV.ir diff --git a/TVs/Elements/Elements_TV.ir b/TVs/Elements/Elements_TV.ir new file mode 100644 index 00000000..b9e5c145 --- /dev/null +++ b/TVs/Elements/Elements_TV.ir @@ -0,0 +1,82 @@ +Filetype: IR signals file +Version: 1 +# +# Elements TV +# +name: Power +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 52 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 02 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 09 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 53 00 00 00 +# +name: CH+ +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 03 00 00 00 +# +name: CH- +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 41 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 47 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4D 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4B 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 49 00 00 00 +# +name: OK +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4A 00 00 00 +# +name: Exit +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 0A 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: 20 00 00 00 +command: 4E 00 00 00 \ No newline at end of file