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.

Not sending 6byte RGBW value !
#5
Unlike the 6 byte that requires a table to be passed is the 3 byte an integer (you can check this by logging the value it reports)

Just use:
Code:
grp.write('2/7/42', 0xFFA33A)
 or
Code:
r = 255
g = 163
b = 58
rgb = lmcore.hextoint(lmcore.inttohex(r,1) .. lmcore.inttohex(g,1) .. lmcore.inttohex(b,1))
grp.write('2/7/42', rgb)
Reply


Messages In This Thread
RE: Not sending 6byte RGBW value ! - by admin - 27.05.2025, 12:12
RE: Not sending 6byte RGBW value ! - by Erwin van der Zwart - 12.06.2025, 17:17
RE: Not sending 6byte RGBW value ! - by admin - 13.06.2025, 07:05

Forum Jump: