From 51a39c01311ce0e1ead7bb67a90eec91af96546b Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 8 Aug 2022 01:37:39 -0700 Subject: [PATCH] Added OrangeTV HD Cable Box (thanks JB Fouillard!) --- Cable_Boxes/Orange/Orange_Cable_Box.ir | 64 ++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 Cable_Boxes/Orange/Orange_Cable_Box.ir diff --git a/Cable_Boxes/Orange/Orange_Cable_Box.ir b/Cable_Boxes/Orange/Orange_Cable_Box.ir new file mode 100644 index 00000000..1fb2fe29 --- /dev/null +++ b/Cable_Boxes/Orange/Orange_Cable_Box.ir @@ -0,0 +1,64 @@ +Filetype: IR signals file +Version: 1 +# +# OrangeTV HD Cable Box +# +name: Power +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 12 ED 00 00 +# +name: Menu +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 14 EB 00 00 +# +name: Up +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 0B F4 00 00 +# +name: Down +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 0C F3 00 00 +# +name: Ok +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 15 EA 00 00 +# +name: Left +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 1B E4 00 00 +# +name: Right +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 1C E3 00 00 +# +name: Vol_up +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 0D F2 00 00 +# +name: Vol_down +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 0E F1 00 00 +# +name: Mute +type: parsed +protocol: NECext +address: 86 0E 00 00 +command: 0F F0 00 00