diff --git a/.gitignore b/.gitignore index 732f8a54..89db7b0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store *.ffs_db .vscode/ +/.vs/slnx.sqlite diff --git a/LED_Lighting/Jialine_Candle/10-key_Candle.ir b/LED_Lighting/Jialine_Candle/10-key_Candle.ir new file mode 100644 index 00000000..d584441f --- /dev/null +++ b/LED_Lighting/Jialine_Candle/10-key_Candle.ir @@ -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