darrylb123 / usbrelay

Control usb relay - based on hidapi
GNU General Public License v2.0
310 stars 98 forks source link

usbrelayd: Add support for paho-mqtt >= 2.0.0 #112

Closed wentasah closed 4 months ago

wentasah commented 4 months ago

See https://eclipse.dev/paho/files/paho.mqtt.python/html/migrations.html#change-between-version-1-x-and-2-0

Now, usbrelay should work with both paho-mqtt versions 1.x and 2.x.

Closes #111

darrylb123 commented 4 months ago

Thanks Michal.