From ba0cac85b00e602fa0505a676f52e7acdeac33a8 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Sat, 17 Sep 2022 20:57:09 +0100 Subject: [PATCH 1/3] Added Sylvania LED (Thanks Matthieu!) --- LED_Lighting/Sylvania/Sylvania_LED.ir | 98 +++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 LED_Lighting/Sylvania/Sylvania_LED.ir diff --git a/LED_Lighting/Sylvania/Sylvania_LED.ir b/LED_Lighting/Sylvania/Sylvania_LED.ir new file mode 100644 index 00000000..6331960f --- /dev/null +++ b/LED_Lighting/Sylvania/Sylvania_LED.ir @@ -0,0 +1,98 @@ +Filetype: IR signals file +Version: 1 +# +name: On +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: Off +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: Up_lux +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: Down_lux +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: Up_lux_w +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: Down_lux_w +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 01 00 00 00 +# +name: Cw +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: Ww +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 03 00 00 00 +# +name: W +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0B 00 00 00 +# +name: Flash +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0F 00 00 00 +# +name: Strobe +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 13 00 00 00 +# +name: Swooth +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 17 00 00 00 +# +name: Demo +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1B 00 00 00 +# +name: R +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: G +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: B +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 From b40eb76d7d00f874e912c8bb1d2acaf5bdb7211e Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Sat, 17 Sep 2022 21:01:04 +0100 Subject: [PATCH 2/3] Added Sylvania LED (Thanks Matthieu!) --- LED_Lighting/Sylvania/Sylvania_LED.ir | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LED_Lighting/Sylvania/Sylvania_LED.ir b/LED_Lighting/Sylvania/Sylvania_LED.ir index 6331960f..3c2883d1 100644 --- a/LED_Lighting/Sylvania/Sylvania_LED.ir +++ b/LED_Lighting/Sylvania/Sylvania_LED.ir @@ -1,6 +1,8 @@ Filetype: IR signals file Version: 1 # +# For Sylvania LED +# name: On type: parsed protocol: NEC From 4d0495f5ecce36c023256535f899a1d905eb9c94 Mon Sep 17 00:00:00 2001 From: amec0e <88857687+amec0e@users.noreply.github.com> Date: Sat, 17 Sep 2022 21:01:44 +0100 Subject: [PATCH 3/3] Added Dasinko LED Light Bulb (Thanks at0m!) --- LED_Lighting/Dasinko/Dasinko_LED.ir | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 LED_Lighting/Dasinko/Dasinko_LED.ir diff --git a/LED_Lighting/Dasinko/Dasinko_LED.ir b/LED_Lighting/Dasinko/Dasinko_LED.ir new file mode 100644 index 00000000..3727da2e --- /dev/null +++ b/LED_Lighting/Dasinko/Dasinko_LED.ir @@ -0,0 +1,34 @@ +Filetype: IR signals file +Version: 1 +# +# Dasinko LED Light Bulb +# +name: LED_Off +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 47 00 00 00 +# +name: LED_On +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Red +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00 +# +name: Green +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 19 00 00 00 +# +name: Blue +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0D 00 00 00