mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Try to add signal from 3g proto
This commit is contained in:
parent
d2c9d4643b
commit
64ed54b14e
3 changed files with 20 additions and 0 deletions
|
@ -1024,6 +1024,9 @@ function interfaces_status()
|
|||
if proto == "qmi" then
|
||||
local device = section['device']
|
||||
signal = sys.exec("omr-qmi " .. device)
|
||||
elseif proto == "3g" then
|
||||
local device = section['device']
|
||||
signal = sys.exec("omr-3g " .. device)
|
||||
end
|
||||
|
||||
local latency = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue