Commit 6341667905f537cdcfff87168c63b1b290f46867

Authored by jason
1 parent dbce22d2

feat:pressure auto detect

HDFwear/20240110ReadMe.md
@@ -45,3 +45,8 @@ BluetoothManager+Function @@ -45,3 +45,8 @@ BluetoothManager+Function
45 func newSetExerciseHeartRateRemind(bool:Bool, minHr: UInt8, maxHr: UInt8, completion: ((_ error: Int?) -> ())? = nil) 45 func newSetExerciseHeartRateRemind(bool:Bool, minHr: UInt8, maxHr: UInt8, completion: ((_ error: Int?) -> ())? = nil)
46 发送: [237, 126, 0, 1, 0, 25, 0, 1, 0, 3, 1, 110, 150, 52, 68] 46 发送: [237, 126, 0, 1, 0, 25, 0, 1, 0, 3, 1, 110, 150, 52, 68]
47 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 25, 0, 79, 152] 47 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 25, 0, 79, 152]
  48 +
  49 +设置压力自动检测
  50 + func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
  51 + 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46]
  52 + 接收: [237, 126, 0, 1, 128, 1, 0, 1, 0, 5, 0, 1, 0, 36, 0, 60, 81]
HDFwear/ReadMe.txt
@@ -44,11 +44,6 @@ BluetoothManager+Function @@ -44,11 +44,6 @@ BluetoothManager+Function
44 发送: [237, 126, 0, 1, 0, 32, 0, 1, 0, 1, 1, 141, 143] 44 发送: [237, 126, 0, 1, 0, 32, 0, 1, 0, 1, 1, 141, 143]
45 接收: [237, 126, 0, 1, 128, 1, 0, 38, 0, 5, 0, 1, 0, 32, 0, 76, 229] 45 接收: [237, 126, 0, 1, 128, 1, 0, 38, 0, 5, 0, 1, 0, 32, 0, 76, 229]
46 46
47 -15. 设置压力自动检测  
48 - func newSetPressureAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)  
49 - 发送: [237, 126, 0, 1, 0, 36, 0, 1, 0, 1, 1, 139, 46]  
50 - 接收: [237, 126, 0, 1, 128, 1, 0, 34, 0, 5, 0, 1, 0, 36, 0, 143, 76]  
51 -  
52 16. 设置血氧自动检测 47 16. 设置血氧自动检测
53 func newSetBloodOxygenAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil) 48 func newSetBloodOxygenAutoDetect(bool: Bool, completion: ((_ error: Int?) -> ())? = nil)
54 发送: [237, 126, 0, 1, 0, 37, 0, 1, 0, 1, 1, 206, 142] 49 发送: [237, 126, 0, 1, 0, 37, 0, 1, 0, 1, 1, 206, 142]