About
This release contains improved code for plant controller. The chief improvements are:
- Integration for receiving plant watering commands as STOMP protocol messages. It is now possible to have a digital twin send actuation control signals to the plant controller.
- There is better error handing against network outages. Any errors caused in transmission of sensing values to remote InfluxDB databases are handled.
- The code has been refactored to minimize duplication.
Contributors
@AUMikkel has been the main contributor for all the improvements.
What's Changed
- Refactor Influx code and handle exceptions #1 PR by @AUMikkel in #5
- bug -7-network-errors-#7 by @AUMikkel in #11
- Task 2 remove code duplication in controller 1 #2 by @AUMikkel in #10
- Issue #12 Integrate STOMP client by @AUMikkel in #13
New Contributors
Full Changelog: v0.1...v0.2