parent
ed8853a301
commit
1eb2829cac
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ local function worker(args)
|
||||||
bat_now.n_status = {}
|
bat_now.n_status = {}
|
||||||
for i = 1, #batteries do
|
for i = 1, #batteries do
|
||||||
bat_now.n_status[i] = "N/A"
|
bat_now.n_status[i] = "N/A"
|
||||||
bat_now.perc[i] = 0
|
bat_now.n_perc[i] = 0
|
||||||
end
|
end
|
||||||
|
|
||||||
function update()
|
function update()
|
||||||
|
|
Loading…
Add table
Reference in a new issue