forgoten brackets at rule
This commit is contained in:
parent
6e54e1d62a
commit
fcbb371e56
1 changed files with 3 additions and 3 deletions
|
@ -87,7 +87,7 @@ local function worker(args)
|
||||||
-- if rate = 0 or rate not defined skip the round
|
-- if rate = 0 or rate not defined skip the round
|
||||||
if not (rate_power and rate_power > 0) and
|
if not (rate_power and rate_power > 0) and
|
||||||
not (rate_current and rate_current > 0) and
|
not (rate_current and rate_current > 0) and
|
||||||
not bat_now.status == "Full"
|
not (bat_now.status == "Full")
|
||||||
then
|
then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue