We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4af325e commit 326db29Copy full SHA for 326db29
1 file changed
custom_components/ef_ble/eflib/devices/delta_pro_3.py
@@ -35,7 +35,7 @@ class DCPortState(IntFieldValue):
35
class Device(DeviceBase, ProtobufProps):
36
"""Delta Pro 3"""
37
38
- SN_PREFIX = (b"MR51",)
+ SN_PREFIX = (b"MR51", b"MR54")
39
NAME_PREFIX = "EF-DP3"
40
41
battery_level = pb_field(pb.cms_batt_soc, pround(2))
0 commit comments