MOD.watchdogReset()

This method restarts the software watchdog counter that has been previously activated with the command MOD.watchdogEnable(timeout) preventing in this way the reboot of the module. It should be added in every part of the script that can cause a script blocking (loops, etc.) and is used only when Python watchdog is enabled.

No input value.

No return value.

 

Example:

 

MOD.watchdogReset()

 

restarts watchdog counter.