Merge pull request #425 from UberGuidoZ/main

Added Neon LED light (thanks MorielHarush!)
This commit is contained in:
UberGuidoZ
2023-01-17 22:48:16 -08:00
committed by GitHub

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