From accd790ca82cc929b670f5667a9b1e7217ec84e1 Mon Sep 17 00:00:00 2001 From: moosehadley Date: Tue, 28 Feb 2023 11:54:23 -0500 Subject: [PATCH] Add hidden Apple TV reset command --- Streaming_Devices/Apple/Apple_TV_Gen2.ir | 8 ++++++-- Streaming_Devices/Apple/Apple_TV_Gen3.ir | 6 ++++++ Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir | 8 +++++++- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/Streaming_Devices/Apple/Apple_TV_Gen2.ir b/Streaming_Devices/Apple/Apple_TV_Gen2.ir index 9622e4f9..44eb1767 100644 --- a/Streaming_Devices/Apple/Apple_TV_Gen2.ir +++ b/Streaming_Devices/Apple/Apple_TV_Gen2.ir @@ -1,8 +1,6 @@ Filetype: IR signals file Version: 1 # -# Apple TV Gen 2 -# name: Menu type: parsed protocol: NECext @@ -44,3 +42,9 @@ type: parsed protocol: NECext address: EE 87 00 00 command: 04 8B 00 00 +# +name: Reset +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 18 37 00 00 diff --git a/Streaming_Devices/Apple/Apple_TV_Gen3.ir b/Streaming_Devices/Apple/Apple_TV_Gen3.ir index 6c94e3e2..00baebc2 100644 --- a/Streaming_Devices/Apple/Apple_TV_Gen3.ir +++ b/Streaming_Devices/Apple/Apple_TV_Gen3.ir @@ -42,3 +42,9 @@ type: parsed protocol: NECext address: EE 87 00 00 command: 5D 0C 00 00 +# +name: Reset +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 18 37 00 00 \ No newline at end of file diff --git a/Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir b/Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir index 642f88a1..1af2d036 100644 --- a/Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir +++ b/Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir @@ -43,4 +43,10 @@ name: Center type: parsed protocol: NECext address: EE 87 00 00 -command: 5D 2E 00 00 \ No newline at end of file +command: 5D 2E 00 00 +# +name: Reset +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 18 37 00 00 \ No newline at end of file