From 477d9ea2bff8d877b54583a6f8daaae0558417e3 Mon Sep 17 00:00:00 2001 From: Joel Murphy Date: Sat, 8 Apr 2023 21:20:16 +0100 Subject: [PATCH 1/3] 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 From 6f6fe811f86a1b71ead169eaa0841babd3e80130 Mon Sep 17 00:00:00 2001 From: Joel Murphy Date: Sat, 8 Apr 2023 21:28:47 +0100 Subject: [PATCH 2/3] Fixed typo --- LED_Lighting/LED_Disco_Light.ir | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/LED_Lighting/LED_Disco_Light.ir b/LED_Lighting/LED_Disco_Light.ir index 6017cb3d..c9cdcbc2 100644 --- a/LED_Lighting/LED_Disco_Light.ir +++ b/LED_Lighting/LED_Disco_Light.ir @@ -1,11 +1,12 @@ 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. +# 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 From bfe751bc866a390a85b23f91f1b291f62036e061 Mon Sep 17 00:00:00 2001 From: Joel Murphy Date: Sat, 8 Apr 2023 21:29:43 +0100 Subject: [PATCH 3/3] Clean indentation --- LED_Lighting/LED_Disco_Light.ir | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LED_Lighting/LED_Disco_Light.ir b/LED_Lighting/LED_Disco_Light.ir index c9cdcbc2..0f71c48d 100644 --- a/LED_Lighting/LED_Disco_Light.ir +++ b/LED_Lighting/LED_Disco_Light.ir @@ -1,11 +1,11 @@ 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 +# 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