Skip to content

Commit

Permalink
add "lumi.acpartner.v3" since it also works with this code (rytilahti…
Browse files Browse the repository at this point in the history
…#769)

* add "lumi.acpartner.v3" since it also works with this code

* Update gateway.py
  • Loading branch information
starkillerOG authored and xvlady committed May 9, 2021
1 parent fbcbdb0 commit 1af9b2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions miio/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
GATEWAY_MODEL_EU = "lumi.gateway.mieu01"
GATEWAY_MODEL_ZIG3 = "lumi.gateway.mgl03"
GATEWAY_MODEL_AQARA = "lumi.gateway.aqhm01"
GATEWAY_MODEL_AC_V1 = "lumi.acpartner.v1"
GATEWAY_MODEL_AC_V2 = "lumi.acpartner.v2"
GATEWAY_MODEL_AC_V3 = "lumi.acpartner.v3"

color_map = {
"red": (255, 0, 0),
Expand Down

0 comments on commit 1af9b2a

Please sign in to comment.