1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-02-21 11:59:12 +01:00
parent d2c9d4643b
commit 64ed54b14e
3 changed files with 20 additions and 0 deletions

View file

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