Logic Machine Forum
sms message error - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Hardware (https://forum.logicmachine.net/forumdisplay.php?fid=12)
+--- Thread: sms message error (/showthread.php?tid=3975)



sms message error - Frank68 - 06.04.2022

Hello
what is the following message in the alarms?

SMS handler lost connection


Is it possible to delete it, so that it does not appear in the alarm list?

tank's a lot


RE: sms message error - admin - 06.04.2022

How often does this happen?
You can disable the alert by editing the resident script and adding -- before the alert call:
Code:
-- alert('SMS handler lost connection')

Another option is to increase the default timeout from 1 to 5 seconds. Edit user.sms and find this line:
Code:
timeout = tonumber(timeout) or 1
Replace 1 with 5.

After any changes you need to do full script restart via disable/enable.