summaryrefslogtreecommitdiff
path: root/DEVICE_STATUS.txt
diff options
context:
space:
mode:
authorhc <haocheng.xie@respiree.com>2026-04-13 17:25:45 +0800
committerhc <haocheng.xie@respiree.com>2026-04-13 17:25:45 +0800
commit9b0815383bba172211127e99eaeeb7feb437ef90 (patch)
treea3588969a6db6b0addb801300c43d71172ad39b9 /DEVICE_STATUS.txt
parentf22bb303a081d6779592b90a68feee2203d7962a (diff)
Add PO3, PT3SBT, HS2S, BG5S device support with verified SDK constantsHEADmain
Diffstat (limited to 'DEVICE_STATUS.txt')
-rw-r--r--DEVICE_STATUS.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/DEVICE_STATUS.txt b/DEVICE_STATUS.txt
new file mode 100644
index 0000000..9b0b172
--- /dev/null
+++ b/DEVICE_STATUS.txt
@@ -0,0 +1,17 @@
1Device Support Status
2=====================
3
4TESTED & WORKING:
5- KN-550BT (BP550BT) — Blood Pressure Monitor
6 Scan, connect, get battery, get offline data all verified on Android.
7
8NOT YET TESTED:
9- PO3 — Pulse Oximeter
10- PT3SBT — Infrared Thermometer
11- HS2S — Wireless Scale
12- BG5S — Blood Glucose Monitor
13
14These 4 devices have sync logic implemented based on decompiled SDK
15constant values, but have not been tested with physical hardware.
16The event action names and data field keys may need adjustment once
17tested with real devices.