local wakeup = require("wakeup") return function () wakeup:init() tmr.create():alarm(1000, tmr.ALARM_SINGLE, function () wakeup:run() end) end