Update tv.ir (#3399)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
tomellens 2024-02-09 09:39:35 +00:00 committed by GitHub
parent 3c73123a81
commit 962d809ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1724,3 +1724,41 @@ type: parsed
protocol: RC6
address: 00 00 00 00
command: 21 00 00 00
#
# Sony KD-55AG8 Smart TV
#
name: Power
type: parsed
protocol: Sony SIRC
address: 01 00 00 00
command: 15 00 00 00
#
name: Mute
type: parsed
protocol: Sony SIRC
address: 01 00 00 00
command: 14 00 00 00
#
name: Vol_up
type: parsed
protocol: Sony SIRC
address: 01 00 00 00
command: 12 00 00 00
#
name: Vol_dn
type: parsed
protocol: Sony SIRC
address: 01 00 00 00
command: 13 00 00 00
#
name: Ch_next
type: parsed
protocol: Sony SIRC
address: 01 00 00 00
command: 10 00 00 00
#
name: Ch_prev
type: parsed
protocol: Sony SIRC
address: 01 00 00 00
command: 11 00 00 00