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] 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