From 477d9ea2bff8d877b54583a6f8daaae0558417e3 Mon Sep 17 00:00:00 2001 From: Joel Murphy Date: Sat, 8 Apr 2023 21:20:16 +0100 Subject: [PATCH] Added generic RGB LED Disco Light --- LED_Lighting/LED_Disco_Light.ir | 99 +++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 LED_Lighting/LED_Disco_Light.ir diff --git a/LED_Lighting/LED_Disco_Light.ir b/LED_Lighting/LED_Disco_Light.ir new file mode 100644 index 00000000..6017cb3d --- /dev/null +++ b/LED_Lighting/LED_Disco_Light.ir @@ -0,0 +1,99 @@ +Filetype: IR signals file +Version: 1 +# +# Originally for OMERIL LED Mini Disco Party Light +# Presumably a generic/OEM product with many +# different brand names all over Amazon. +# Most have model number LD-090 +# Has sound activated modes, motorised rotation of # LEDs, comes with 15 button remote. +# +name: Power_OnOff +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 45 00 00 00 +# +name: Motor_OnOff +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 40 00 00 00 +# +name: Music_Mode1 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 07 00 00 00 +# +name: Music_Mode2 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 15 00 00 00 +# +name: Music_Mode3 +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 09 00 00 00 +# +name: Flash_Mode +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: 0C 00 00 00 +# +name: Green +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 18 00 00 00 +# +name: Red +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5E 00 00 00 +# +# +name: GreenBlue +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 08 00 00 00 +# +name: RedGreen +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 1C 00 00 00 +# +name: RedBlue +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 5A 00 00 00 +# +name: Auto_RGB +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 42 00 00 00 +# +name: Speed- +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 52 00 00 00 +# +name: Speed+ +type: parsed +protocol: NEC +address: 00 00 00 00 +command: 4A 00 00 00