Skip to content

Commit

Permalink
Add model name for 2PM Gen3 (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
bieniu authored Jul 17, 2024
1 parent 369950e commit b473f76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aioshelly/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
MODEL_1_MINI_G3 = "S3SW-001X8EU"
MODEL_1PM_GEN3 = "S3SW-001P16EU"
MODEL_1PM_MINI_G3 = "S3SW-001P8EU"
MODEL_2PM_G3 = "S3SW-002P16EU"
MODEL_DIMMER_10V_GEN3 = "S3DM-0010WW"
MODEL_HT_G3 = "S3SN-0U12A"
MODEL_I4_GEN3 = "S3SN-0024X"
Expand Down Expand Up @@ -214,6 +215,7 @@
MODEL_1_MINI_G3: "Shelly 1 Mini Gen3",
MODEL_1PM_GEN3: "Shelly 1PM Gen3",
MODEL_1PM_MINI_G3: "Shelly 1PM Mini Gen3",
MODEL_2PM_G3: "Shelly 2PM Gen3",
MODEL_DIMMER_10V_GEN3: "Shelly Dimmer 0/1-10V PM Gen3",
MODEL_HT_G3: "Shelly H&T Gen3",
MODEL_I4_GEN3: "Shelly I4 Gen3",
Expand Down

0 comments on commit b473f76

Please sign in to comment.