mqtt-io icon indicating copy to clipboard operation
mqtt-io copied to clipboard

Split up MqttIo class to more manageable sized classes

Open flyte opened this issue 3 years ago • 0 comments

It's probably possible to split out GPIO, Sensor and Stream sections of the class into their own 'plugin' type classes, and use events/common API to tie it all together. This would help avoid server.py being over 1,000 lines long.

flyte avatar Feb 19 '21 15:02 flyte