Corrections for Volume and Channel names

This commit is contained in:
🚀 Andrew R. DeFilippis 2024-03-24 13:05:30 -07:00
parent 63d6454a3d
commit e0b72bfec9
No known key found for this signature in database
GPG Key ID: 6DB626D42AD3331E

View File

@ -17,25 +17,25 @@ protocol: NECext
address: 04 0F 00 00
command: EF 10 00 00
#
name: VOL_up
name: Vol_up
type: parsed
protocol: NECext
address: 04 0F 00 00
command: 02 FD 00 00
#
name: VOL_dn
name: Vol_dn
type: parsed
protocol: NECext
address: 04 0F 00 00
command: 03 FC 00 00
#
name: CH_up
name: Ch_next
type: parsed
protocol: NECext
address: 04 0F 00 00
command: 00 FF 00 00
#
name: CH_dn
name: Ch_prev
type: parsed
protocol: NECext
address: 04 0F 00 00