-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rgb node cases TypeError if the colour picker set to send a string #10
Comments
aha, but as an object, it works! so a bug we can work around :) |
note that when you do this, you need a function to convert the string that is output by the homie node into an object or "rgb(...)" string. |
Thanks for the issue & workaround. Currently working on a complete rewritten version. I will separate the dashboard part from the "pure" homie part. Hope I can post the update in a few weeks. Will address the different colour formatting. But there are so many ... Object is the most convenient (for me) |
oooer. I guess I'll wait for that before i start looking at hacking some of my ideas :) |
I try to post a development version soon. Happy to hear your ideas and comments. |
I pushed a development branch. If interested you can give it a try.
Had it lying around quite a while doing other stuff like my own ESP based homie framework so it took a wile to understand all my own legacy code. All still alpha/beta, but I start rolling it out into my live system ... so should be "usable" with some bugs and sharp edges. current status:
Any Inputs and ideas welcome :) |
I get
The text was updated successfully, but these errors were encountered: