Replies: 2 comments 10 replies
-
In fact while looking at the library evolution (and trying it in my current project), I see a couple of bugs. in the deserialisation of the payload for HALight brightness, Temperature, FanSpeed ... So I fixed it in this commit Tank86@b4383bb |
Beta Was this translation helpful? Give feedback.
-
Looking at the RGB implementation I see that you need to do a strlen after each call of numberToStr. May I suggest that the method should returns the char length, this will avoid this strlen and this will also be very usefull because the method does not set '\0' at end of char array. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
First of all, thanks for the v1 library, that I use on some projects and found very usefull, I did myself a couple of modificaitions in my fork.
I keep an eye on the evolution (v2) because of some devices types that I'm interested in.
Here are a couple of missing features that if possible could be added
thanks,
Beta Was this translation helpful? Give feedback.
All reactions