- Version
- Download 3552
- File Size 3.19 KB
- File Count 1
- Create Date October 27, 2018
- Last Updated January 11, 2025
Simple Controllable Sensor
Newsletter and Updates
Receive content update notifications, new and updated demo scripts by signing up for the newsletter using the form below.
[email-subscribers-form id="1"]
——————————————————————————-
Important Code Note: The code that you download was written for the version 1 client. For version 2 you will need to make a simple change when creating the client.
client= mqtt.Client(cname)
should be replaced with
client= mqtt.Client(mqtt.CallbackAPIVersion.VERSION1,cname)
————————
Buy Me A Coffee
if you find this useful and would like to make a contribution, then you can do so by clicking here.
Buy Me A Coffee
if you find this useful and would like to make a contribution, then you can do so by clicking here.
Please rate? And use Comments to let me know more
Thanks I’ll try it out