Requires: IP-Symcon >= 5.2
int GetTimerInterval (string $Name)
Name | The name of the timer whose interval is to be queried. |
Currently set interval in milliseconds |
Queries the interval of the timer Name.
As described in RegisterTimer, the timer is stateless and when the IP-Symcon server is restarted, the timer must be set again, otherwise it takes the value of RegisterTimer.
// Queries the interval of the "Update" timer echo $this->GetTimerInterval("Update");