17.08.2023, 10:27
why so complicated? with new Execution mode setting in LM (Last instance only) script can be simplified to Event script for the trigger address with simple logic
Code:
os.sleep(event.getvalue() and (6*60) or 30)
grp.write(dest_address, event.getvalue())