cryptk / python-omnilogic-local

Python Omnilogic Library for local access
Apache License 2.0
3 stars 0 forks source link

properly handle v2_enabled lights #23

Open cryptk opened 1 year ago

cryptk commented 1 year ago

If a light indicates that it is V2 enabled in the MSP config, this means that it is operating in omnidirect mode. Lights only support brightness, speed, and the 10 extra shows if V2 enabled is marked as yes.

We should parse this field and ad fields for a list of supported effects and such depending on the state of this field.