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

Qos #6

Closed vasanthML-monster closed 5 months ago

vasanthML-monster commented 1 year ago

How to provide qos 1 or 2 while publishing. There seems be qos is hard coded as 0

javier-fg commented 5 months ago

Latest update incorporates a function parameter to specify QoS on publish functions. This change will be incorporated on next library update release