Added Unpair command (thanks TowerOfTerror)

Also renamed some buttons
This commit is contained in:
UberGuidoZ 2022-06-14 19:22:44 -07:00 committed by GitHub
parent 99b1761dac
commit 8ae7dba699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,38 +1,44 @@
Filetype: IR signals file Filetype: IR signals file
Version: 1 Version: 1
# #
name: Apple_ok name: OK
type: parsed type: parsed
protocol: NECext protocol: NECext
address: EE 87 00 00 address: EE 87 00 00
command: 04 8E 00 00 command: 04 8E 00 00
# #
name: Apple_up name: Up
type: parsed type: parsed
protocol: NECext protocol: NECext
address: EE 87 00 00 address: EE 87 00 00
command: 0B 8E 00 00 command: 0B 8E 00 00
# #
name: Apple_dwn name: Down
type: parsed type: parsed
protocol: NECext protocol: NECext
address: EE 87 00 00 address: EE 87 00 00
command: 0D 8E 00 00 command: 0D 8E 00 00
# #
name: Apple_lft name: Left
type: parsed type: parsed
protocol: NECext protocol: NECext
address: EE 87 00 00 address: EE 87 00 00
command: 08 8E 00 00 command: 08 8E 00 00
# #
name: Apple_right name: Right
type: parsed type: parsed
protocol: NECext protocol: NECext
address: EE 87 00 00 address: EE 87 00 00
command: 07 8E 00 00 command: 07 8E 00 00
# #
name: Apple_menu name: Menu
type: parsed type: parsed
protocol: NECext protocol: NECext
address: EE 87 00 00 address: EE 87 00 00
command: 02 8E 00 00 command: 02 8E 00 00
#
name: Unpair
type: parsed
protocol: NECext
address: E0 87 00 00
command: 05 28 00 00