From e699485b393cce7c55621e86af91621317af6c9d Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Tue, 18 Apr 2023 22:13:45 -0700 Subject: [PATCH] Added LED Lightbar (thanks dudu8009)! --- LED_Lighting/Unknown/LED_Lightbar.ir | 65 ++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 LED_Lighting/Unknown/LED_Lightbar.ir diff --git a/LED_Lighting/Unknown/LED_Lightbar.ir b/LED_Lighting/Unknown/LED_Lightbar.ir new file mode 100644 index 00000000..aeaeb350 --- /dev/null +++ b/LED_Lighting/Unknown/LED_Lightbar.ir @@ -0,0 +1,65 @@ +Filetype: IR signals file +Version: 1 +# +# Generic LED Lightbar +# https://www.aliexpress.com/item/1005005088458033.html +# +name: Power +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 00 00 00 00 +# +name: Night +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 02 00 00 00 +# +name: + +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: - +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 0A 00 00 00 +# +name: Cold White +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 04 00 00 00 +# +name: Warm White +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 05 00 00 00 +# +name: Mixed White +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 06 00 00 00 +# +name: 15 min +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 14 00 00 00 +# +name: 30 min +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: 60 min +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 16 00 00 00