You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your library is a good start. But why do you stop at the configuration only?
You could pass an MQTT client to the class and handle the messages and events too! eg. setAttribute(name,value), send(), etc.
Are you planning on this?
-Raomin
The text was updated successfully, but these errors were encountered:
Hello, I planned to do something similar initially.
However, there was alway a special case where I needed more flexibility and control. Because of that, I ended up making this a small usefull tool instead of a full library. I like it like this and I don't plan to implement these automations.
In fact, if you want a library that do almost everything by it's own, you could try ESPHome.
Your library is a good start. But why do you stop at the configuration only?
You could pass an MQTT client to the class and handle the messages and events too! eg. setAttribute(name,value), send(), etc.
Are you planning on this?
-Raomin
The text was updated successfully, but these errors were encountered: