From 7e20b0f393313bb3a6671fabcab83798d74834cb Mon Sep 17 00:00:00 2001 From: James Sheputis Date: Fri, 6 Mar 2026 11:18:22 -0600 Subject: [PATCH] Add BPM Vision to device models --- src/aiowithings/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/aiowithings/models.py b/src/aiowithings/models.py index 875705e3..18024168 100644 --- a/src/aiowithings/models.py +++ b/src/aiowithings/models.py @@ -47,6 +47,7 @@ class DeviceModel(IntEnum): BPM_CORE = 44 BPM_CONNECT = 45 BPM_CONNECT_PRO = 46 + BPM_VISION = 48 PULSE = 51 ACTIVITE = 52 ACTIVITE_POP_STEEL = 53