mirror of
https://github.com/Lucaslhm/Flipper-IRDB.git
synced 2024-11-09 14:36:56 +00:00
Merge pull request #97 from xphoenixshadow/main
Added two new LED lights, updated AC name description
This commit is contained in:
commit
5fe1cf39f5
@ -1,6 +1,8 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
# Fujitsu AC ASU18RLF
|
||||
#
|
||||
name: On_fan
|
||||
type: raw
|
||||
frequency: 38000
|
||||
|
@ -0,0 +1,38 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: On
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 B7 00 00
|
||||
command: 00 FF 00 00
|
||||
#
|
||||
name: Off
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 B7 00 00
|
||||
command: 02 FD 00 00
|
||||
#
|
||||
name: Dimmer
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 B7 00 00
|
||||
command: 10 EF 00 00
|
||||
#
|
||||
name: Brighter
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 B7 00 00
|
||||
command: 12 ED 00 00
|
||||
#
|
||||
name: Candle_mode
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 B7 00 00
|
||||
command: 0C F3 00 00
|
||||
#
|
||||
name: Light_mode
|
||||
type: parsed
|
||||
protocol: NECext
|
||||
address: 08 B7 00 00
|
||||
command: 0E F1 00 00
|
74
LED_Lighting/KooPower/Koopower_hg4011_LED_Light_String.ir
Normal file
74
LED_Lighting/KooPower/Koopower_hg4011_LED_Light_String.ir
Normal file
@ -0,0 +1,74 @@
|
||||
Filetype: IR signals file
|
||||
Version: 1
|
||||
#
|
||||
name: On
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 45 00 00 00
|
||||
#
|
||||
name: Off
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 47 00 00 00
|
||||
#
|
||||
name: Dim
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 08 00 00 00
|
||||
#
|
||||
name: Brighten
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 5A 00 00 00
|
||||
#
|
||||
name: Mode_1
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 44 00 00 00
|
||||
#
|
||||
name: Mode_2
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 43 00 00 00
|
||||
#
|
||||
name: Mode_3
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 07 00 00 00
|
||||
#
|
||||
name: Mode_4
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 09 00 00 00
|
||||
#
|
||||
name: Mode_5
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 16 00 00 00
|
||||
#
|
||||
name: Mode_6
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 0D 00 00 00
|
||||
#
|
||||
name: Mode_7
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 0C 00 00 00
|
||||
#
|
||||
name: Mode_8
|
||||
type: parsed
|
||||
protocol: NEC
|
||||
address: 00 00 00 00
|
||||
command: 5E 00 00 00
|
Loading…
Reference in New Issue
Block a user