diff --git a/scada-common/util.lua b/scada-common/util.lua index bcab1b5..a226e9f 100644 --- a/scada-common/util.lua +++ b/scada-common/util.lua @@ -89,6 +89,7 @@ function new_watchdog(timeout) return { get_timer = get_timer, - feed = feed + feed = feed, + cancel = cancel } end