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