From 550519979baadf612b2633daac1abe51d853d0ea Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:46:32 +0100 Subject: [PATCH] Updated tv.ir New additions --- Infrared/tv.ir | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/Infrared/tv.ir b/Infrared/tv.ir index 4ea018d39..3901e25ee 100644 --- a/Infrared/tv.ir +++ b/Infrared/tv.ir @@ -1,6 +1,42 @@ Filetype: IR library file Version: 1 -# Last Updated 28th Sept, 2022 +# Last Updated 29th Sept, 2022 +# +name: POWER +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 18 00 00 00 +# +name: MUTE +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 56 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 4F 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 0D 00 00 00 +# +name: CH+ +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 4C 00 00 00 +# +name: CH- +type: parsed +protocol: NEC +address: 19 00 00 00 +command: 0F 00 00 00 # name: POWER type: raw