Merge pull request #375 from logickworkshop/main

Added Neon LED light (thanks MorielHarush!)
This commit is contained in:
UberGuidoZ 2023-01-17 22:48:32 -08:00 committed by GitHub
commit 389bde00cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,16 @@
Filetype: IR signals file
Version: 1
#
# Neon LED Light
#
name: Neo_on
type: parsed
protocol: NECext
address: 00 EF 00 00
command: 03 FC 00 00
#
name: Neo_off
type: parsed
protocol: NECext
address: 00 EF 00 00
command: 02 FD 00 00