You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.
i want to realize stair lighting.
When you go up or down the stairs, the led stripe should light up step by step.
After a short time, the stairs go out one by one.
This function should be started by a PIR.
Can this solved by a script in the iobroker?
Does anyone have any experience for this idea?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Maybe you should read the wiki for Websocket_API, which is the same as MQTT_API
Payload: R[r_start][r_end][hexrgb] [...]
Light multiple LED ranges in the given colors.
Where <r_start> is the first index of the range (start index is 00). Where <r_end> is the last index of the range. Where is the color as a hex value, e.g. 04d2ff.
This command can be daisy chained!
Example: R0009ffffffR1019ff0000 lights the first 10 LEDs white and the next 10 red Result: OK
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dear Members,
i want to realize stair lighting.
When you go up or down the stairs, the led stripe should light up step by step.
After a short time, the stairs go out one by one.
This function should be started by a PIR.
Can this solved by a script in the iobroker?
Does anyone have any experience for this idea?
Thanks a lot.
The text was updated successfully, but these errors were encountered: