- the command is sent to the Autelis controller immediately
- 2 seconds later the plugin polls the controller to get any status change and set the HS device accordingly
so if for some reason the Autelis controller takes more than 2 seconds to handle the command and update its state internally, then you will have to wait for the next poll (in your case 1 minute) for the devices to be updated.
you can change this 2 seconds delay by setting it from the Autelis.ini config file:
Code:
[GENERAL] update_status_delay = 2
Leave a comment: