1
0

add comment on Core

This commit is contained in:
2023-06-06 13:38:49 +02:00
parent c450dc2858
commit be9c484001
5 changed files with 69 additions and 19 deletions

View File

@@ -13,7 +13,6 @@ public class Database {
BooleanDataPoint solarPanel = new BooleanDataPoint("REMOTE_SOLAR_SW", true);
DatabaseConnector.getMySelf().initialize(null);
FieldConnector.getMySelf().initialize(null, 0);
WebConnector.getMySelf().initialize(null, 0);
clock.setValue(0f);