Fix build after core changes (#15869)

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2023-11-08 20:31:44 +01:00
committed by GitHub
parent 24f4234e9b
commit 91b294521e
4 changed files with 17 additions and 0 deletions

View File

@@ -199,6 +199,7 @@ public class InfluxDBPersistenceService implements ModifiablePersistenceService
store(item, date, state, null);
}
@Override
public void store(Item item, ZonedDateTime date, State state, @Nullable String alias) {
if (!serviceActivated) {
logger.warn("InfluxDB service not ready. Storing {} rejected.", item);