Updated Arilux LC04 (markdown)

hyperbit00 2019-02-11 22:43:26 +01:00
parent f0d4f0c585
commit 14088f9d39
1 changed files with 10 additions and 2 deletions

@ -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)
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`