Skip to content

Commit

Permalink
Add Shelly 3EM-63 Gen3 model (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecode authored Dec 21, 2024
1 parent 4d04ecf commit 940f622
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions aioshelly/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
MODEL_1PM_GEN3 = "S3SW-001P16EU"
MODEL_1PM_MINI_G3 = "S3SW-001P8EU"
MODEL_2PM_G3 = "S3SW-002P16EU"
MODEL_3EM_63_GEN3 = "S3EM-003CXCEU63"
MODEL_BLU_GATEWAY_GEN3 = "S3GW-1DBT001"
MODEL_DALI_DIMMER_GEN3 = "S3DM-0A1WW"
MODEL_DIMMER_10V_GEN3 = "S3DM-0010WW"
Expand Down Expand Up @@ -862,6 +863,13 @@ class ShellyDevice:
gen=GEN3,
supported=True,
),
MODEL_3EM_63_GEN3: ShellyDevice(
model="S3EM-003CXCEU63",
name="Shelly 3EM-63 Gen3",
min_fw_date=GEN3_MIN_FIRMWARE_DATE,
gen=GEN3,
supported=True,
),
MODEL_DALI_DIMMER_GEN3: ShellyDevice(
model="S3DM-0A1WW",
name="Shelly DALI Dimmer Gen3",
Expand Down

0 comments on commit 940f622

Please sign in to comment.