From 9c27b08f48598e0228b47692a7f83e0f1ddcc898 Mon Sep 17 00:00:00 2001 From: Patrick Leiser Date: Thu, 17 Mar 2022 14:55:22 -0700 Subject: [PATCH] rename keys and rearrange them to match more frequent usage and other remotes in the DB --- TVs/Vizio.ir | 66 ++++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/TVs/Vizio.ir b/TVs/Vizio.ir index 08266d1e..e9cc9df5 100644 --- a/TVs/Vizio.ir +++ b/TVs/Vizio.ir @@ -13,25 +13,55 @@ protocol: NEC address: 04 00 00 00 command: 2F 00 00 00 # +name: Vol_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 02 00 00 00 +# +name: Vol_down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 03 00 00 00 +# +name: Ch_up +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 00 00 00 00 +# +name: Ch_down +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 01 00 00 00 +# +name: Mute +type: parsed +protocol: NEC +address: 04 00 00 00 +command: 09 00 00 00 +# name: Up type: parsed protocol: NEC address: 04 00 00 00 command: 45 00 00 00 # -name: Dwn +name: Down type: parsed protocol: NEC address: 04 00 00 00 command: 46 00 00 00 # -name: Rt +name: Right type: parsed protocol: NEC address: 04 00 00 00 command: 48 00 00 00 # -name: Lft +name: Left type: parsed protocol: NEC address: 04 00 00 00 @@ -49,36 +79,6 @@ protocol: NEC address: 04 00 00 00 command: 4A 00 00 00 # -name: V_up -type: parsed -protocol: NEC -address: 04 00 00 00 -command: 02 00 00 00 -# -name: V_dwn -type: parsed -protocol: NEC -address: 04 00 00 00 -command: 03 00 00 00 -# -name: Ch_up -type: parsed -protocol: NEC -address: 04 00 00 00 -command: 00 00 00 00 -# -name: Ch_dwn -type: parsed -protocol: NEC -address: 04 00 00 00 -command: 01 00 00 00 -# -name: Mute -type: parsed -protocol: NEC -address: 04 00 00 00 -command: 09 00 00 00 -# name: Menu type: parsed protocol: NEC