1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-02-21 14:38:14 +01:00
parent 64ed54b14e
commit 9a7f33a0fa
2 changed files with 10 additions and 0 deletions

View file

@ -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 = ""