Commit da383e21ed15c597b2cada9977a96760b7d73231

Authored by jason
1 parent 4239cb3b

feat:bo auto detect

Showing 1 changed file with 5 additions and 0 deletions
HDFwear/20240126ReadMe.md
... ... @@ -161,6 +161,11 @@ BluetoothManager+Function
161 161 发送: [237, 126, 0, 1, 0, 40, 0, 1, 0, 2, 21, 1, 218, 78]
162 162 接收: [237, 126, 0, 1, 128, 56, 0, 1, 0, 1, 1, 49, 176]
163 163  
  164 +拉取血氧自动检测开关
  165 + func newGetBoAutoDetectData(option: SyncOption = .now, closure: BoAutoDetectClosure? = nil)
  166 + 发送: [237, 126, 0, 1, 0, 40, 0, 1, 0, 2, 14, 1, 5, 199]
  167 + 接收: [237, 126, 0, 1, 128, 49, 0, 1, 0, 1, 0, 105, 115]
  168 +
164 169 拉取血氧预警开关
165 170 func newGetBoLowRemindData(option: SyncOption = .now, closure: BoLowRemindClosure? = nil)
166 171 发送: [237, 126, 0, 1, 0, 40, 0, 1, 0, 2, 15, 1, 54, 246]
... ...