javier-fg / mqtt-spb-wrapper

This python module implements a wrapper around the Eclipse Tahu Sparkplug B v1.0 core modules, to easily create and handle MQTT Sparkplug B entities in Python in an easy way.
Eclipse Public License 2.0
20 stars 12 forks source link

wrapper blocks ability to set a client_id for the paho mqtt connection #10

Closed bdoiron74 closed 4 days ago

bdoiron74 commented 4 months ago

The MqttSpbEntity should have an optional client_id argument in the connect(...) function to pass into mqtt.Client(...)

javier-fg commented 4 days ago

On next library release ( ver 2.0.1 ), a parameter is added to set the client_id.