Updated Arilux LC04 (markdown)

hyperbit00 2019-02-11 22:43:48 +01:00
parent 14088f9d39
commit 79a372d75d
1 changed files with 5 additions and 2 deletions

@ -9,7 +9,9 @@ These devices can be configured as "generic module" with this GPIO configuration
* GPIO13 = [40] PWM4 (W) [Only for RGBW-Stripe]
Copy this Code to your console to use the 24 Button IR Remote
`rule1
`
rule1
on IrReceived#Data=FFB04F do power1 on endon
on IrReceived#Data=FFF807 do power1 off endon
on IrReceived#Data=FF906F do dimmer + endon
@ -17,4 +19,5 @@ 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`
on IrReceived#Data=FF30CF do scheme 3 endon
`