05.12.2016, 12:58
Hello,
I have a script that writes values to a group addresses:
AllStatus = grp.tag('test')
AllStatus:write( true )
I want to write only to that addresses that have different data then the value to write. In this case only write value true to addresses with tag 'test' and value false.
I have a script that writes values to a group addresses:
AllStatus = grp.tag('test')
AllStatus:write( true )
I want to write only to that addresses that have different data then the value to write. In this case only write value true to addresses with tag 'test' and value false.