26.09.2025, 14:11
In the user library add logging to the AT:run() function:
Then check what you get in LM Logs tab.
Code:
function AT:run()
local res, err, cmd, pos, sms
res, err = self:read()
log(res, err)
Then check what you get in LM Logs tab.