Update TCL_Roku_TV.ir

Add supported model
Update button names to match README naming scheme
Add Disney+ button
This commit is contained in:
David Sutphin 2022-11-22 22:03:46 -05:00
parent ab2e8feb47
commit 438004cada
No known key found for this signature in database
GPG Key ID: 0D6D04A628432268

View File

@ -1,8 +1,9 @@
Filetype: IR signals file
Version: 1
#
# TCL Roku TV Remote (Netflix, Hulu, Roku Channel, ESPN+) - Noah
# TCL Roku TV Remote (Codes are the same between the following models and likely more)
# https://www.tcl.com/us/en/products/home-theater/5-series/tcl-65-class-5-series-4k-uhd-dolby-vision-hdr-roku-smart-tv-65s525
# https://www.tcl.com/us/en/products/home-theater/3-series/tcl-32-class-3-series-hd-led-smart-roku-tv-32s355
#
name: POWER
type: parsed
@ -16,7 +17,7 @@ protocol: NECext
address: EA C7 00 00
command: 0F F0 00 00
#
name: Vol_dn
name: VOL-
type: parsed
protocol: NECext
address: EA C7 00 00
@ -46,7 +47,7 @@ protocol: NECext
address: EA C7 00 00
command: 19 E6 00 00
#
name: Dn
name: Down
type: parsed
protocol: NECext
address: EA C7 00 00
@ -100,11 +101,17 @@ protocol: NECext
address: EA C7 00 00
command: 55 AA 00 00
#
name: Netflix
name: Disney+
type: parsed
protocol: NECext
address: EA C7 00 00
command: 52 AD 00 00
command: 0C F3 00 00
#
name: ESPN
type: parsed
protocol: NECext
address: EA C7 00 00
command: 72 8D 00 00
#
name: Hulu
type: parsed
@ -112,14 +119,14 @@ protocol: NECext
address: EA C7 00 00
command: 4D B2 00 00
#
name: Netflix
type: parsed
protocol: NECext
address: EA C7 00 00
command: 52 AD 00 00
#
name: Roku Channel
type: parsed
protocol: NECext
address: EA C7 00 00
command: 6E 91 00 00
#
name: ESPN
type: parsed
protocol: NECext
address: EA C7 00 00
command: 72 8D 00 00