[ ] If the project is to ever be upscaled (more sensors in each subsystem), each sensor will still be sending data with its current value, and the current actuator value, so we will have duplicate acutator values for those readings.
Another issue:
[ ] If more actuators are in the system, storing the actuator ID and type will also be necessary
To consider:
[ ] Separate Table just for the actuator values or Sensor types and actuator values
Another issue:
To consider: