You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the blaze_client.py contains all the functionality for the Controller, including:
Establishing client
Connecting client to Broker
Subscribing to topics
Parses MQTT messages from Fire Alarm
Controlling request/response with the PWA
Split the responsibility by making some controller modules that handles communication with the PWA and fire alarm message construction, and blaze_client will call these functions.
This will enable easier expansion as more topics are created for more interaction with the fire alarm.
The text was updated successfully, but these errors were encountered:
Currently, the
blaze_client.py
contains all the functionality for the Controller, including:Split the responsibility by making some controller modules that handles communication with the PWA and fire alarm message construction, and
blaze_client
will call these functions.This will enable easier expansion as more topics are created for more interaction with the fire alarm.
The text was updated successfully, but these errors were encountered: