JoashCWK / home-auto

1 stars 0 forks source link

Initial Implementation of Subscriber and Scheduler #11

Closed JoashCWK closed 5 months ago

JoashCWK commented 6 months ago

Structured as follows:

Event Handler: main class called from main.cpp

MqttClient: mqtt client interface

MsgProcessor

DbAccessor: read from/write to DB

JoashCWK commented 5 months ago

Still some pending work to be done, but separate tickets have been created for them. From an end-to-end basis, this PR seems complete so will merge and close now.