From 6b3276616380fd1856caf6b859ee63b271055c09 Mon Sep 17 00:00:00 2001 From: moosehadley Date: Wed, 1 Mar 2023 09:38:23 -0500 Subject: [PATCH] Add hidden Apple TV Reboot command (#449) --- 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, 20 insertions(+), 2 deletions(-) diff --git a/Streaming_Devices/Apple/Apple_TV_Gen2.ir b/Streaming_Devices/Apple/Apple_TV_Gen2.ir index 9622e4f9..1cd150b2 100644 --- a/Streaming_Devices/Apple/Apple_TV_Gen2.ir +++ b/Streaming_Devices/Apple/Apple_TV_Gen2.ir @@ -1,6 +1,6 @@ Filetype: IR signals file Version: 1 -# +# # Apple TV Gen 2 # name: Menu @@ -44,3 +44,9 @@ type: parsed protocol: NECext address: EE 87 00 00 command: 04 8B 00 00 +# +name: Reboot +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..edafe215 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: Reboot +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 18 37 00 00 diff --git a/Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir b/Streaming_Devices/Apple/Apple_TV_Gen3_v2.ir index 642f88a1..b64dedaf 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: Reboot +type: parsed +protocol: NECext +address: EE 87 00 00 +command: 18 37 00 00