Fix buttons according to naming convention

This commit is contained in:
Bjoern Kimminich 2023-10-25 15:30:15 +02:00
parent 59160353a5
commit 89e90ded7e

View File

@ -3,7 +3,7 @@ Version: 1
# #
# Samsung BN59-01358C TV # Samsung BN59-01358C TV
# #
name: POWER name: Power
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
@ -21,25 +21,25 @@ protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: CE 00 00 00 command: CE 00 00 00
# #
name: UP name: Up
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 60 00 00 00 command: 60 00 00 00
# #
name: RIGHT name: Right
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 62 00 00 00 command: 62 00 00 00
# #
name: DOWN name: Down
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 61 00 00 00 command: 61 00 00 00
# #
name: LEFT name: Left
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
@ -51,19 +51,19 @@ protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 68 00 00 00 command: 68 00 00 00
# #
name: BACK name: Back
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 58 00 00 00 command: 58 00 00 00
# #
name: HOME name: Home
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 79 00 00 00 command: 79 00 00 00
# #
name: PLAY_PAUSE name: Play_pause
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
@ -81,13 +81,13 @@ protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 0B 00 00 00 command: 0B 00 00 00
# #
name: Ch_up name: Ch_next
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00
command: 12 00 00 00 command: 12 00 00 00
# #
name: Ch_dwn name: Ch_prev
type: parsed type: parsed
protocol: Samsung32 protocol: Samsung32
address: 07 00 00 00 address: 07 00 00 00