For the complete documentation index, see llms.txt. This page is also available as Markdown.

stopSyncOnIpChange

ddnsSync.stopSyncOnIpChange

Stops the syncOnIpChange interval by the given changeListenerId.

Parameters:

  • changeListenerId The id of the syncOnIpChange listener that should get stopped. [string]

ddnsSync.stopSyncOnIpChange(changeListenerId);

Last updated