-
Notifications
You must be signed in to change notification settings - Fork 62
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
Question - LightStatus Dim vs SetDim<Abs/Rel> #17
Comments
I've not - the one time I went near it I managed to crash my bulbs such that they needed a reset :-/ The difference in types could be me guessing, I've not network-captured any relevant packets so there's not much to base on. |
OK – sounds like I just need to not worry about those packets for a bit. Since I keep the bulb values in synch with my local objects., I can pretty much do the same functionality with the Light settings packet, so no missing functionality. Thanks! From: Kevin Bowman [mailto:[email protected]] I've not - the one time I went near it I managed to crash my bulbs such that they needed a reset :-/ The difference in types could be me guessing, I've not network-captured any relevant packets so there's not much to base on. — |
Hey, this is Nathanael from LIFXtend, Cheers, Nate |
Hmm, just looked -- The updated Android application also has this uint vs int quirk, might be a firmware bug. Perhaps this is to allow for getting light state during a relative dim transition (e.g. -10 = that bulb is decreasing, and has not completed, in dim by 10)... |
Where did you get this information? Is there a dim command implemented in the new android app? Just a heads up: Two of my bulbs have a failed power supply after trying out the dim command. |
Also for me it would make sense for a relative dim to use int, as you could dim +10 or dim -10, increase or decrease the brightness. |
App disassembly. I'll add a note right now. That's pretty scary -- the bulb should have safeguards in place for this. Makes me wonder about the set rail voltage packet types now too... |
I guess that's one of the kinks that make the api take so long. 2014-02-21 11:05 GMT+01:00 Rafael Rivera [email protected]:
|
Just checking - has anyone played with the Dim value? It seems odd that it's a UInt on the reporting and an Int on the setting.
I'm digging into it, but thought I'd ask if others have any experience with that value.
The text was updated successfully, but these errors were encountered: