Merge pull request #656 from tscott98/main

Added file for Jialine 10-key LED candle remote
This commit is contained in:
UberGuidoZ 2024-01-22 21:37:16 -08:00 committed by GitHub
commit a3f548b12a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 66 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,3 +0,0 @@
.DS_Store
*.ffs_db
.vscode/

View File

@ -0,0 +1,66 @@
Filetype: IR signals file
Version: 1
#
# Flameless Candles 10 Keys Remote Controller for Led Tea Lights Timer Cycling Every 24 Hours
# https://www.amazon.com/dp/B0BPS3Z2DS and similar
# Brand: Jialine
#
name: Power_On
type: parsed
protocol: NEC
address: 00 00 00 00
command: 00 00 00 00
#
name: Power_Off
type: parsed
protocol: NEC
address: 00 00 00 00
command: 02 00 00 00
#
name: Timer_2hr
type: parsed
protocol: NEC
address: 00 00 00 00
command: 04 00 00 00
#
name: Timer_4hr
type: parsed
protocol: NEC
address: 00 00 00 00
command: 06 00 00 00
#
name: Timer_6hr
type: parsed
protocol: NEC
address: 00 00 00 00
command: 08 00 00 00
#
name: Timer_8hr
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0A 00 00 00
#
name: Mode_Candle
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0C 00 00 00
#
name: Mode_Light
type: parsed
protocol: NEC
address: 00 00 00 00
command: 0E 00 00 00
#
name: Bright_Down
type: parsed
protocol: NEC
address: 00 00 00 00
command: 10 00 00 00
#
name: Bright_Up
type: parsed
protocol: NEC
address: 00 00 00 00
command: 12 00 00 00