Skip to content

Commit 326db29

Browse files
committed
Add new SN prefix MR54 to DP3
1 parent 4af325e commit 326db29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/ef_ble/eflib/devices/delta_pro_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class DCPortState(IntFieldValue):
3535
class Device(DeviceBase, ProtobufProps):
3636
"""Delta Pro 3"""
3737

38-
SN_PREFIX = (b"MR51",)
38+
SN_PREFIX = (b"MR51", b"MR54")
3939
NAME_PREFIX = "EF-DP3"
4040

4141
battery_level = pb_field(pb.cms_batt_soc, pround(2))

0 commit comments

Comments
 (0)