Added Generic LED Light (Thanks yux!)

This commit is contained in:
amec0e 2023-05-17 22:42:54 +01:00 committed by GitHub
parent f93d7ab548
commit 05885e45dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,50 @@
Filetype: IR signals file
Version: 1
#
name: On
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: Off
type: parsed
protocol: NEC
address: 00 00 00 00
command: 06 00 00 00
#
name: Red
type: parsed
protocol: NEC
address: 00 00 00 00
command: 09 00 00 00
#
name: White
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0B 00 00 00
#
name: Green
type: parsed
protocol: NEC
address: 00 00 00 00
command: 08 00 00 00
#
name: Blue
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0A 00 00 00
#
name: Flash
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0F 00 00 00
#
name: Strobe
type: parsed
protocol: NEC
address: 00 00 00 00
command: 17 00 00 00