Skip to content

Commit

Permalink
Add older models to 0x35 (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Mar 22, 2022
1 parent c4f842a commit 4e1d6b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flux_led/models_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -975,13 +975,15 @@ def protocol_for_version_num(self, version_num: int) -> str:
),
LEDENETModel(
model_num=0x35,
# 'AK001-ZJ200' is v5.17
# 'AK001-ZJ2101' is v7.63
# 'AK001-ZJ2104' is v7.07
# 'AK001-ZJ2145' is v8.47, v8.56 - seen on 7w bulbs
# 'AK001-ZJ2146' is v9.62, 40w flood light, newer smart bulbs (with RF remote control support)
# 'AK001-ZJ2147' is v9.7 (with RF remote control support)
# 'AK001-ZJ21410' is v9.91 seen on the Bunpeon smart floor light ASIN:B09MN65324
models=[
"AK001-ZJ200",
"AK001-ZJ2101",
"AK001-ZJ2104",
"AK001-ZJ2145",
Expand Down

0 comments on commit 4e1d6b9

Please sign in to comment.