* RestAPI check for parent element to be JsonObject #1449
* fix translation #1448 #1442
* fix reset values when inverter status is 'not available' #1035 #1437
This commit is contained in:
lumapu 2024-02-24 00:23:29 +01:00
parent b6afec1c3a
commit 6d887e1540
6 changed files with 54 additions and 31 deletions

View file

@ -468,7 +468,7 @@ void app:: zeroIvValues(bool checkAvail, bool skipYieldDay) {
continue; // skip to next inverter
if (checkAvail) {
if (!iv->isAvailable())
if (iv->isAvailable())
continue;
}