From 438004cada37e365375d8bc1d4af5ed4f721af46 Mon Sep 17 00:00:00 2001 From: David Sutphin Date: Tue, 22 Nov 2022 22:03:46 -0500 Subject: [PATCH] Update TCL_Roku_TV.ir Add supported model Update button names to match README naming scheme Add Disney+ button --- TVs/TCL/TCL_Roku_TV.ir | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/TVs/TCL/TCL_Roku_TV.ir b/TVs/TCL/TCL_Roku_TV.ir index 54b80042..e186dbf2 100644 --- a/TVs/TCL/TCL_Roku_TV.ir +++ b/TVs/TCL/TCL_Roku_TV.ir @@ -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