Hi,
Please look at the following event based script.
Since the release of RC4 this code will always return 0, all previous firmwares would return the value of the object.
Thanks
Roger
Hi Admin,
Just about every KNX dimmer or switch actuator supports a separate object for status. KNX Manufacturers have developed their modules to support this functionality. This is very common.
Thanks,
Roger
Please look at the following event based script.
Code:
if (event.type=='groupread') then
grp.response(event.dst,event.getvalue())
end
Since the release of RC4 this code will always return 0, all previous firmwares would return the value of the object.
Thanks
Roger
(05.07.2017, 12:38)admin Wrote: @rocfusion, there's virtually zero performance difference between built-in and a wrapper function. I don't want to change how check* functions work as your case is not so common.
@managementboy, thanks, we'll have a look.
Hi Admin,
Just about every KNX dimmer or switch actuator supports a separate object for status. KNX Manufacturers have developed their modules to support this functionality. This is very common.
Thanks,
Roger