From 90263e96c4230d54603f4cb92feb07ca3cae53c9 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Tue, 21 Mar 2023 00:57:48 +0000 Subject: [PATCH] Updated tv.ir --- Infrared/tv.ir | 40 ++++++++++++++++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/Infrared/tv.ir b/Infrared/tv.ir index 7b203b15..d67192b7 100644 --- a/Infrared/tv.ir +++ b/Infrared/tv.ir @@ -1,7 +1,7 @@ Filetype: IR library file Version: 1 -# Last Updated 15th Feb, 2023 -# Last Checked 21st Feb, 2023 +# Last Updated 07th Mar, 2023 +# Last Checked 21st Mar, 2023 # name: POWER type: parsed @@ -1863,3 +1863,39 @@ type: parsed protocol: RC5 address: 00 00 00 00 command: 17 00 00 00 +# +name: POWER +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 12 00 00 00 +# +name: VOL+ +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1A 00 00 00 +# +name: VOL- +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 1E 00 00 00 +# +name: MUTE +type: parsed +protocol: NEC +address: 80 00 00 00 +command: 10 00 00 00 +# +name: CH+ +type: parsed +protocol: SIRC20 +address: 10 01 00 00 +command: 34 00 00 00 +# +name: CH- +type: parsed +protocol: SIRC20 +address: 10 01 00 00 +command: 33 00 00 00