Digital-Waters / WaterMonitorDevice

All the code that runs on our water monitoring devices.
0 stars 0 forks source link

As a system, I want to put all the sensor data from the current main loop cycle into a dictionary so that it can be easily accessed and serialized later. #14

Closed digitalwaters-jason closed 2 months ago

digitalwaters-jason commented 3 months ago

Background

We have a main device loop that is meant to cycle through all connected sensors, gather and bundle the data, save it to a file, and send the data if there is an internet connection. The main loop currently includes placeholders (commented code) for future sensor code. But the thermometer and camera can be used now and we should create a main device dict to temporary store all sensor data before it is bundled and sent.

You should be mindful of a few things in completing this task:

Acceptance Criteria

digitalwaters-jason commented 2 months ago

Looks good! Removed payload offline data accumulation to another task. Closing