Skip to content

Commit

Permalink
Update model db with new 0x21 models (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Mar 19, 2022
1 parent 356778d commit c4f842a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flux_led/models_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,10 +912,10 @@ def protocol_for_version_num(self, version_num: int) -> str:
LEDENETModel(
model_num=0x21,
# 'AK001-ZJ200' is v1 but with new firmware it will change to v2
# 'AK001-ZJ2104' is v2
# 'AK001-ZJ2104' likely supports turning on by effect/levels set
models=["AK001-ZJ200", "AK001-ZJ2101", "AK001-ZJ2104"],
description="Bulb Dimmable",
# 'AK001-ZJ210' is v2.45
# 'AK001-ZJ2104' is v2 - likely supports turning on by effect/levels set
models=["AK001-ZJ200", "AK001-ZJ210", "AK001-ZJ2101", "AK001-ZJ2104"],
description="Bulb Dimmable", # Also seen on mini inline dimmers
always_writes_white_and_colors=True, # Verified required with AK001-ZJ200 bulb
protocols=[
MinVersionProtocol(2, PROTOCOL_LEDENET_8BYTE_AUTO_ON),
Expand Down

0 comments on commit c4f842a

Please sign in to comment.