used new interface
This commit is contained in:
parent
5447e558f6
commit
ccc9d55e38
@ -34,6 +34,6 @@ void MqttHandleInverterTotalClass::loop()
|
|||||||
|
|
||||||
_lastPublish.set(Configuration.get().Mqtt_PublishInterval * 1000);
|
_lastPublish.set(Configuration.get().Mqtt_PublishInterval * 1000);
|
||||||
|
|
||||||
database.write(totalAcYieldTotal); // write value to database
|
database.write(Datastore.getTotalAcYieldTotalEnabled()); // write value to database
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user