29.11.2018, 16:14
I don't think this should work to a group. What value would you receive when lights can have different values in a group?
This works fine
This works fine
Code:
require('user.dali')
res, err = dalicmd('internal', 'queryactual', { addrtype = 'short', address = 0 })
-- read ok
if res then
value = res:byte()
end
log(value)
------------------------------
Ctrl+F5
Ctrl+F5