Add hidden Apple TV reset command

This commit is contained in:
moosehadley
2023-02-28 11:54:23 -05:00
committed by GitHub
parent aa5306b36d
commit accd790ca8
3 changed files with 19 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -43,4 +43,10 @@ name: Center
type: parsed
protocol: NECext
address: EE 87 00 00
command: 5D 2E 00 00
command: 5D 2E 00 00
#
name: Reset
type: parsed
protocol: NECext
address: EE 87 00 00
command: 18 37 00 00