diff --git a/Arilux-LC04.md b/Arilux-LC04.md index c5fc8ad9..1da3357f 100644 --- a/Arilux-LC04.md +++ b/Arilux-LC04.md @@ -8,5 +8,13 @@ These devices can be configured as "generic module" with this GPIO configuration * GPIO14 = [37] PWM1 (B) * GPIO13 = [40] PWM4 (W) [Only for RGBW-Stripe] - -![](https://asra.gr/_matrix/media/v1https://asra.gr/_matrix/media/v1/download/asra.gr/gLDHyJjtpFwyumIdwtOzqRZU/download/asra.gr/gLDHyJjtpFwyumIdwtOzqRZU) \ No newline at end of file +Copy this Code to your console to use the 24 Button IR Remote +`rule1 +on IrReceived#Data=FFB04F do power1 on endon +on IrReceived#Data=FFF807 do power1 off endon +on IrReceived#Data=FF906F do dimmer + endon +on IrReceived#Data=FFB847 do dimmer - endon +on IrReceived#Data=FFB24D do scheme 0 endon +on IrReceived#Data=FF00FF do scheme 4 endon +on IrReceived#Data=FF58A7 do scheme 2 endon +on IrReceived#Data=FF30CF do scheme 3 endon` \ No newline at end of file