Fixed formatting, added description to comments

This commit is contained in:
UberGuidoZ 2025-01-07 21:39:11 -08:00 committed by GitHub
parent 0df6b54d2a
commit c0f3f8e0ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,30 +1,38 @@
Filetype: IR signals file Filetype: IR signals file
Version: 1 Version: 1
#
# Strong STR7004 TV
#
name: Power name: Power
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 01 00 00 00 address: 01 00 00 00
command: 1C 00 00 00 command: 1C 00 00 00
#
name: Vol_up name: Vol_up
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 01 00 00 00 address: 01 00 00 00
command: 4B 00 00 00 command: 4B 00 00 00
#
name: Vol_dn name: Vol_dn
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 01 00 00 00 address: 01 00 00 00
command: 4F 00 00 00 command: 4F 00 00 00
#
name: Ch_next name: Ch_next
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 01 00 00 00 address: 01 00 00 00
command: 09 00 00 00 command: 09 00 00 00
#
name: Ch_prev name: Ch_prev
type: parsed type: parsed
protocol: NEC protocol: NEC
address: 01 00 00 00 address: 01 00 00 00
command: 05 00 00 00 command: 05 00 00 00
#
name: Mute name: Mute
type: parsed type: parsed
protocol: NEC protocol: NEC