Skip to content
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

Support firmware effects #142

Open
LinqLover opened this issue Feb 9, 2020 · 1 comment
Open

Support firmware effects #142

LinqLover opened this issue Feb 9, 2020 · 1 comment

Comments

@LinqLover
Copy link

To get and set animations for MultiZoneLights/Tiles as described here: Firmware Effects · LIFX LAN Protocol.

Likely steps:

  • Implement the following messages in msgtypes.py: SetMultiZoneEffect, GetMultiZoneEffect, StateMultiZoneEffect; SetTileEffect, GetTileEffect, StateTileEffect
  • Define constants for MultizoneEffectType (EFFECT_OFF, EFFECT_MOVE) and TileEffectType (EFFECT_OFF, EFFECT_RESERVED, EFFECT_MORPH, EFFECT_FLAME) values
  • Extend protocol of MultiZoneLight and TileChain (get_effect(self), set_effect(self, effect))

Would this be a reasonable plan? I don't own any tile device, so I could test this only for MultiZoneLights. Is there general interest for such an enhancement?

@exking
Copy link
Collaborator

exking commented Feb 9, 2020

See #137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants