mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 13:26:10 +02:00
0.7.16
* next attempt to fix yield day for multiple inverters #1016 * fix export settings date #1040 * fix time on WebUI (timezone was not observed) #913 #1016
This commit is contained in:
parent
e5d78bf5b4
commit
ffe7d47b31
8 changed files with 29 additions and 15 deletions
|
@ -401,7 +401,7 @@ class Inverter {
|
|||
avail = true;
|
||||
|
||||
if(avail) {
|
||||
if(InverterStatus::OFF == status)
|
||||
if(status < InverterStatus::PRODUCING)
|
||||
status = InverterStatus::STARTING;
|
||||
else
|
||||
status = InverterStatus::WAS_ON;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue