bellrichm / WeeWX-MQTTSubscribe

A WeeWX service and driver that receives data from MQTT.
GNU General Public License v3.0
52 stars 13 forks source link

Support paho mqtt v2 api signatures #206

Open bellrichm opened 7 months ago

bellrichm commented 7 months ago

Paho mqtt v2 has a different api signatures. V1 is deprecated but can be used with a compatibility parameter setting. It would be good to use the v2. Probably have an abstract class with separate version classes.