FarmBot / farmbot-mqtt-py

An MQTT wrapper for FarmBot written in Python
MIT License
42 stars 23 forks source link

UUID for http request #16

Closed kulbir-ahluwalia closed 1 year ago

kulbir-ahluwalia commented 1 year ago

Hi,

Is there a way to generate UUIDs for the http requests?

Is the UUID only returned if we call self.cs function?

I have my own functions in farmbot.py. I'm trying to generate UUIDs for them.

please let me know if that would be possible.

Thank you so much!!

kulbir-ahluwalia commented 1 year ago

This has been solved with your helpful suggestions last year. Thanks for your help @gabrielburnworth @RickCarlino!