02.07.2019, 12:37
Can you check if broadcast control from LM works?
This script will set level to 100 for all ballasts:
Also check if gateway LED lights up when you press programming button on it.
This script will set level to 100 for all ballasts:
Code:
require('user.dali')
dalicmd('internal', 'arc', { addrtype = 'broadcast', value = 100 })
Also check if gateway LED lights up when you press programming button on it.