From c24def5d2e332b2989bee64024e2b91029e618d3 Mon Sep 17 00:00:00 2001 From: kepler155c Date: Sun, 25 Nov 2018 12:40:21 -0500 Subject: [PATCH] milo: reduce modem traffic --- milo/MiloRemote.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/milo/MiloRemote.lua b/milo/MiloRemote.lua index aeefc31..a26d8e8 100644 --- a/milo/MiloRemote.lua +++ b/milo/MiloRemote.lua @@ -424,6 +424,7 @@ function page:expandList(list) local item = splitKey(k) item.count, item.displayName = v:match('(%d+):(.+)') item.count = tonumber(item.count) or 0 + item.lname = item.displayName:lower() t[k] = item end return t