mirror of
https://github.com/lumapu/ahoy.git
synced 2025-05-22 21:36:11 +02:00
0.7.41
* alarms were not read after the first day
This commit is contained in:
parent
f6a01c53c3
commit
2c6094358f
2 changed files with 3 additions and 1 deletions
|
@ -438,6 +438,7 @@ class Inverter {
|
|||
if((*timestamp - recordMeas.ts) > INVERTER_OFF_THRES_SEC) {
|
||||
status = InverterStatus::OFF;
|
||||
actPowerLimit = 0xffff; // power limit will be read once inverter becomes available
|
||||
alarmMesIndex = 0;
|
||||
}
|
||||
else
|
||||
status = InverterStatus::WAS_ON;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue