commit
7cf6a7e3a6
|
@ -0,0 +1,53 @@
|
||||||
|
Filetype: IR signals file
|
||||||
|
Version: 1
|
||||||
|
#
|
||||||
|
# JYSK KRISTJAN LED candle
|
||||||
|
# https://jysk.com.mt/product/pillar-candle-kristjan-3pcs-pk-w-led/
|
||||||
|
#
|
||||||
|
name: On
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 00 00 00 00
|
||||||
|
#
|
||||||
|
name: Off
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 01 00 00 00
|
||||||
|
#
|
||||||
|
name: Timer 4h
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 02 00 00 00
|
||||||
|
#
|
||||||
|
name: Timer 8h
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 03 00 00 00
|
||||||
|
#
|
||||||
|
name: Candle mode
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 04 00 00 00
|
||||||
|
#
|
||||||
|
name: Light mode
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 05 00 00 00
|
||||||
|
#
|
||||||
|
name: Brightness-
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 09 00 00 00
|
||||||
|
#
|
||||||
|
name: Brightness+
|
||||||
|
type: parsed
|
||||||
|
protocol: NEC
|
||||||
|
address: 00 00 00 00
|
||||||
|
command: 07 00 00 00
|
|
@ -6,16 +6,20 @@ Maintainers/Major contributors include:
|
||||||
* [Lucaslhm](https://github.com/Lucaslhm) (*[Maintained Repo](https://github.com/Lucaslhm/Flipper-IRDB)*)
|
* [Lucaslhm](https://github.com/Lucaslhm) (*[Maintained Repo](https://github.com/Lucaslhm/Flipper-IRDB)*)
|
||||||
* [UberGuidoZ](https://github.com/UberGuidoZ) (*[Maintained Fork](https://github.com/UberGuidoZ/Flipper-IRDB)*)
|
* [UberGuidoZ](https://github.com/UberGuidoZ) (*[Maintained Fork](https://github.com/UberGuidoZ/Flipper-IRDB)*)
|
||||||
* [ezod](https://github.com/ezod) (*[Maintained Fork](https://github.com/logickworkshop/Flipper-IRDB)*)
|
* [ezod](https://github.com/ezod) (*[Maintained Fork](https://github.com/logickworkshop/Flipper-IRDB)*)
|
||||||
|
* [amec0e](https://github.com/amec0e)
|
||||||
* [DedHedZed](https://github.com/dedhedzed)
|
* [DedHedZed](https://github.com/dedhedzed)
|
||||||
* [SkeletonMan](https://github.com/SkeletonMan03/)
|
* [SkeletonMan](https://github.com/SkeletonMan03/)
|
||||||
* [jaroslavmraz](https://github.com/jaroslavmraz)
|
* [jaroslavmraz](https://github.com/jaroslavmraz)
|
||||||
* [amec0e](https://github.com/amec0e)
|
|
||||||
* [darmiel](https://github.com/darmiel)
|
* [darmiel](https://github.com/darmiel)
|
||||||
* [E_Surge](https://github.com/ESurge)
|
* [E_Surge](https://github.com/ESurge)
|
||||||
* [Zecred](https://github.com/bussardrobbie)
|
* [Zecred](https://github.com/bussardrobbie)
|
||||||
* [wdoekes](https://github.com/wdoekes)
|
* [wdoekes](https://github.com/wdoekes)
|
||||||
* ... plus MANY others!
|
* ... plus MANY others!
|
||||||
|
|
||||||
|
## Make your own manually!
|
||||||
|
|
||||||
|
Did you know IR files are plain text files? If a remote is missing, you might be able to [make it manually](https://github.com/RandomDebugError/irdb).
|
||||||
|
|
||||||
## Organization
|
## Organization
|
||||||
|
|
||||||
This repo is organized in the following fashion in descending order:
|
This repo is organized in the following fashion in descending order:
|
||||||
|
|
Loading…
Reference in New Issue