diff --git a/Python_script/shared_simulated_state.py b/Python_script/shared_simulated_state.py index 1b5daf500f65da70431c3d7f3a12a15dd8f646fe..0eda34500412774ab12c1688ff1375e536c6d5ec 100644 --- a/Python_script/shared_simulated_state.py +++ b/Python_script/shared_simulated_state.py @@ -10,8 +10,7 @@ def get_simulated_state(): class SimulatedState: def __init__(self): - self.simulated_magnitude = 0.14 - self.simulated_phase = 7.2 + self.simulated_time = 0 self.simulated_temperature = 25 self.simulated_humidity = 30