Merge pull request #13 from evi1m0nkey/main

Add two random IR captures
main
Lucas 2022-05-17 09:32:44 -04:00 committed by GitHub
commit 423fe6c294
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,56 @@
Filetype: IR signals file
Version: 1
#
name: Power
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 12 ED 00 00
#
name: Mode
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 02 FD 00 00
#
name: Minus
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 13 EC 00 00
#
name: Plus
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 1A E5 00 00
#
name: Timer
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 1B E4 00 00
#
name: Speed
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 0E F1 00 00
#
name: One_Touch
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 16 E9 00 00
#
name: Sleep
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 0A F5 00 00
#
name: Energy_Saver
type: parsed
protocol: NECext
address: 01 FF 00 00
command: 0F F0 00 00

View File

@ -0,0 +1,20 @@
Filetype: IR signals file
Version: 1
#
name: On_off
type: parsed
protocol: NEC
address: 01 00 00 00
command: 03 00 00 00
#
name: Speed
type: parsed
protocol: NEC
address: 01 00 00 00
command: 07 00 00 00
#
name: Time
type: parsed
protocol: NEC
address: 01 00 00 00
command: 0B 00 00 00