Added LED Lightbar (thanks dudu8009)!

This commit is contained in:
UberGuidoZ 2023-04-18 22:13:45 -07:00 committed by GitHub
parent b555e7a7b0
commit e699485b39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,65 @@
Filetype: IR signals file
Version: 1
#
# Generic LED Lightbar
# https://www.aliexpress.com/item/1005005088458033.html
#
name: Power
type: parsed
protocol: NEC
address: 00 00 00 00
command: 00 00 00 00
#
name: Night
type: parsed
protocol: NEC
address: 00 00 00 00
command: 02 00 00 00
#
name: +
type: parsed
protocol: NEC
address: 00 00 00 00
command: 08 00 00 00
#
name: -
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0A 00 00 00
#
name: Cold White
type: parsed
protocol: NEC
address: 00 00 00 00
command: 04 00 00 00
#
name: Warm White
type: parsed
protocol: NEC
address: 00 00 00 00
command: 05 00 00 00
#
name: Mixed White
type: parsed
protocol: NEC
address: 00 00 00 00
command: 06 00 00 00
#
name: 15 min
type: parsed
protocol: NEC
address: 00 00 00 00
command: 14 00 00 00
#
name: 30 min
type: parsed
protocol: NEC
address: 00 00 00 00
command: 15 00 00 00
#
name: 60 min
type: parsed
protocol: NEC
address: 00 00 00 00
command: 16 00 00 00