This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

DALI RGBW
#7
(15.12.2021, 11:17)admin Wrote: You can install the System load app to check which process is producing high CPU load.
Example for a random RGBW value:
Code:
math.randomseed(os.time())

r = math.random(0, 255)
g = math.random(0, 255)
b = math.random(0, 255)
w = math.random(0, 255)

rgbw = r * 0x1000000 + g * 0x10000 + b * 0x100 + w
grp.write('1/1/13', rgbw)
Thank you
Reply


Messages In This Thread
DALI RGBW - by sashhun - 15.12.2021, 09:24
RE: DALI RGBW - by admin - 15.12.2021, 09:27
RE: DALI RGBW - by sashhun - 15.12.2021, 09:39
RE: DALI RGBW - by admin - 15.12.2021, 09:41
RE: DALI RGBW - by sashhun - 15.12.2021, 09:48
RE: DALI RGBW - by admin - 15.12.2021, 11:17
RE: DALI RGBW - by sashhun - 15.12.2021, 12:43

Forum Jump: