zpieslak / mobilus-client

This code provides a native Python client for Mobilus Cosmo GTW
MIT License
4 stars 0 forks source link

Move client_id generation out of Config class #17

Closed zpieslak closed 1 week ago

zpieslak commented 1 week ago

Generate unique client_id on each mqtt client initialization, instead of doing it in Config class. This is first step needed to App class to be more flexible and allow multiple mqtt connections.