-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add support for Tile firmware effect messages #137
Conversation
Did some testing and it worked but needs documenting in readme and refactoring. |
Added a couple README entries, thanks. I'm not sure if I need to copy the complete description from the API Docs as it may change in the future. I've also added the MultiZone Effect messages, but for some odd reason my Z2 Strip does not seem to react. Sending "SetMultiZoneEffect" and then "GetMultiZoneEffect" does reflect the parameters, but no actual "effect" is running. Very odd. |
I will do some testing on my z strip as well. Thanks for this. |
So tested set multizone effect and all good. So maybe you forgot to set your speed value ? a value of 0 means no movement so it would look like it didn't work. |
Thanks for testing! Mine does return the correct GetMultizoneEffect showing my speed, parameters, (if duration is specified - it actually counts it down), etc, but Z strip itself does not react. I've noticed it won't react to the Move effect button on the iPhone either, so maybe it's hosed. |
…es python3.6+. Hope it helps with mclarkk#138 and mclarkk#122
Then the API is not implemented perfectly in that respect - what's the overall state of this PR? I'm looking forward to using it in production! :D |
Merged! I made some changes mostly to the product file generation script reflecting updates to the way that products.py is formatted. Since it is a utility, that script has been moved into the core lifxlan folder instead of examples. Thanks for all the great work writing and testing the Tile effects messages! |
Add support for the GetTileEffect, SetTileEffect and StateTileEffect messages as documented here