Search found 2 matches
- Saturday 07 December 2019 16:39
- Forum: LUA
- Topic: [Bash/Lua] Presence Detection via MAC Address
- Replies: 41
- Views: 20737
Re: [Bash/Lua] Presence Detection via MAC Address
Hello Nice script. But I have a problem with script_time_Presence.lua My script_time_Presence.lua function splitString(str, delim, maxNb) -- Eliminate bad cases... if string.find(str, delim) == nil then return { str } end if maxNb == nil or maxNb < 1 then maxNb = 0 -- No limit end local result ...
- Saturday 06 April 2019 22:49
- Forum: Suggestions
- Topic: Gsm module support for notifications
- Replies: 0
- Views: 1030
Gsm module support for notifications
Hello Will the creator in the future plan to support GSM modules? I suggest add GSM USB modems (eg Huawei E173, Huawei E313, Huawei E156G, ZTE MF631, ZTE MF710M, ZTE MF669 or others) or using GPIO ports - Sim800L or Neoway M590. This modem could send notifications regardless of other services and ...