Merge pull request #881 from s2013p/main

I added a new led lamp
This commit is contained in:
UberGuidoZ
2025-04-20 11:14:40 -07:00
committed by GitHub

View File

@@ -0,0 +1,52 @@
Filetype: IR signals file
Version: 1
#
# Generic Nightlamp RGB
#
name: On off
type: parsed
protocol: NEC
address: 00 00 00 00
command: 47 00 00 00
#
name: Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 45 00 00 00
#
name: Down
type: parsed
protocol: NEC
address: 00 00 00 00
command: 46 00 00 00
#
name: 1
type: parsed
protocol: NEC
address: 00 00 00 00
command: 1C 00 00 00
#
name: Red
type: parsed
protocol: NEC
address: 00 00 00 00
command: 44 00 00 00
#
name: Green
type: parsed
protocol: NEC
address: 00 00 00 00
command: 07 00 00 00
#
name: Blue
type: parsed
protocol: NEC
address: 00 00 00 00
command: 16 00 00 00
#
name: White
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0D 00 00 00