fix everything for merge Field
This commit is contained in:
@@ -8,12 +8,11 @@ import ch.hevs.isi.web.WebConnector;
|
||||
public class Database {
|
||||
public static void main(String[] args) {
|
||||
MinecraftController.ERASE_PREVIOUS_DATA_INB_DB = true;
|
||||
FloatDataPoint clock = new FloatDataPoint("CLOAK_FLOAT", false);
|
||||
FloatDataPoint clock = new FloatDataPoint("CLOCK_FLOAT", false);
|
||||
FloatDataPoint gridVoltage = new FloatDataPoint("GRID_U_FLOAT", true);
|
||||
BooleanDataPoint solarPanel = new BooleanDataPoint("REMOTE_SOLAR_SW", true);
|
||||
|
||||
DatabaseConnector.getMySelf().initialize(null);
|
||||
WebConnector.getMySelf().initialize(null, 0);
|
||||
|
||||
clock.setValue(0f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user