Skip to content

Commit

Permalink
fix: rename Smart Door Lock E (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernst79 authored Aug 16, 2022
1 parent 532b9ff commit ef11f5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/xiaomi_ble/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ class DeviceEntry:
model="JTYJGD03MI",
),
0x1568: DeviceEntry(
name="K9B",
name="Switch (single button)",
model="K9B-1BTN",
),
0x1569: DeviceEntry(
name="K9B",
name="Switch (double button)",
model="K9B-2BTN",
),
0x0DFD: DeviceEntry(
name="K9B",
name="Switch (triple button)",
model="K9B-3BTN",
),
0x01AA: DeviceEntry(
Expand Down Expand Up @@ -198,7 +198,7 @@ class DeviceEntry:
model="SU001-T",
),
0x0784: DeviceEntry(
name="Lock",
model="XMZNMSBMCN03",
name="Smart Door Lock",
model="XMZNMS04LM",
),
}

0 comments on commit ef11f5f

Please sign in to comment.