rename keys and rearrange them to match more frequent usage and other remotes in the DB

main
Patrick Leiser 2022-03-17 14:55:22 -07:00
parent def5157de4
commit 9c27b08f48
1 changed files with 33 additions and 33 deletions

View File

@ -13,25 +13,55 @@ protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 2F 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 name: Up
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 45 00 00 00 command: 45 00 00 00
# #
name: Dwn name: Down
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 46 00 00 00 command: 46 00 00 00
# #
name: Rt name: Right
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 48 00 00 00 command: 48 00 00 00
# #
name: Lft name: Left
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
@ -49,36 +79,6 @@ protocol: NEC
address: 04 00 00 00 address: 04 00 00 00
command: 4A 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 name: Menu
type: parsed type: parsed
protocol: NEC protocol: NEC