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 raw messages
#5
repeat is Lua keyword, you must escape it like this:
Code:
res, err = dalicmd('internal', 'raw', { data = data, ['repeat'] = true })
By default reply/repeat are disabled so the message will be sent once. It can be sent more than once if a collision is detected during transmission.
Reply


Messages In This Thread
DALI raw messages - by alb-smith - 21.07.2020, 17:32
RE: DALI raw messages - by Daniel - 21.07.2020, 17:38
RE: DALI raw messages - by admin - 21.07.2020, 17:50
RE: DALI raw messages - by alb-smith - 24.07.2020, 06:39
RE: DALI raw messages - by admin - 24.07.2020, 06:49
RE: DALI raw messages - by alb-smith - 24.07.2020, 07:27

Forum Jump: