diff --git a/TVs/Manta/Manta_TV.ir b/TVs/Manta/Manta_TV.ir index 171a869c..51760485 100644 --- a/TVs/Manta/Manta_TV.ir +++ b/TVs/Manta/Manta_TV.ir @@ -9,25 +9,25 @@ protocol: NECext address: 00 BF 00 00 command: 00 FF 00 00 # -name: Vol_up +name: Vol+ type: parsed protocol: NECext address: 00 BF 00 00 command: 48 B7 00 00 # -name: Vol_dwn +name: Vol- type: parsed protocol: NECext address: 00 BF 00 00 command: 49 B6 00 00 # -name: Prog_up +name: Ch+ type: parsed protocol: NECext address: 00 BF 00 00 command: 4A B5 00 00 # -name: Prog_dwn +name: Ch- type: parsed protocol: NECext address: 00 BF 00 00 @@ -57,29 +57,23 @@ protocol: NECext address: 00 BF 00 00 command: 13 EC 00 00 # -name: Dwn +name: Down type: parsed protocol: NECext address: 00 BF 00 00 command: 14 EB 00 00 # -name: Right -type: parsed -protocol: NECext -address: 00 BF 00 00 -command: 12 ED 00 00 -# name: Left type: parsed protocol: NECext address: 00 BF 00 00 command: 11 EE 00 00 # -name: Exit +name: Right type: parsed protocol: NECext address: 00 BF 00 00 -command: 15 EA 00 00 +command: 12 ED 00 00 # name: Aspect type: parsed @@ -92,3 +86,9 @@ type: parsed protocol: NECext address: 00 BF 00 00 command: 40 BF 00 00 +# +name: Exit +type: parsed +protocol: NECext +address: 00 BF 00 00 +command: 15 EA 00 00 diff --git a/TVs/Manta/Manta_TV_2.ir b/TVs/Manta/Manta_TV_2.ir new file mode 100644 index 00000000..9dfc1ea8 --- /dev/null +++ b/TVs/Manta/Manta_TV_2.ir @@ -0,0 +1,88 @@ +Filetype: IR signals file +Version: 1 +# +# Manta TV 2 +# +name: Power +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 5F 00 00 00 +# +name: Vol+ +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 40 00 00 00 +# +name: Vol- +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 5D 00 00 00 +# +name: Ch+ +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 03 00 00 00 +# +name: Ch- +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 1F 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 1C 00 00 00 +# +name: Source +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 1A 00 00 00 +# +name: Ok +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 55 00 00 00 +# +name: Up +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 59 00 00 00 +# +name: Down +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 51 00 00 00 +# +name: Left +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 56 00 00 00 +# +name: Right +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 14 00 00 00 +# +name: Menu +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 13 00 00 00 +# +name: Exit +type: parsed +protocol: NEC +address: A0 00 00 00 +command: 10 00 00 00