From 8827ef7343363a43269a6cbc8e3525bd5a04f4b0 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Sun, 14 Aug 2022 02:37:31 +0100 Subject: [PATCH] Removed Duplicates (Thanks darmiel!) Added a boarder around the ambiguous ones to keep an eye on them and removed a duplicate entry (VOL+ might be VOL- and VOL+ might be POWER) --- Infrared/tv.ir | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Infrared/tv.ir b/Infrared/tv.ir index 79be93105..fe88a638d 100644 --- a/Infrared/tv.ir +++ b/Infrared/tv.ir @@ -106,12 +106,16 @@ protocol: Samsung32 address: 0e 00 00 00 command: 0d 00 00 00 # +# Keep an eye on this, it could be power. +# name: VOL+ type: parsed protocol: Samsung32 address: 0e 00 00 00 command: 14 00 00 00 # +# +# name: VOL- type: parsed protocol: Samsung32 @@ -1750,17 +1754,15 @@ protocol: NECext address: 02 7D 00 00 command: 57 A8 00 00 # +# Keep an eye on this it might be volume down +# name: VOL+ type: parsed protocol: NECext address: 02 7D 00 00 command: 15 EA 00 00 # -name: VOL- -type: parsed -protocol: NECext -address: 02 7D 00 00 -command: 15 EA 00 00 +# # name: POWER type: parsed