Commit 3894b0be authored by xinzhedeai's avatar xinzhedeai

add:温度设备实际参数对接

parent c0d58f88
...@@ -389,9 +389,13 @@ const blueToothMixin = { ...@@ -389,9 +389,13 @@ const blueToothMixin = {
} }
// 接收到监测值,回复主机DATAOK // 接收到监测值,回复主机DATAOK
if(ks || ss || wd){ if(ks || ss){
blueToother.writeBLECharacteristicValue('DATAOK') blueToother.writeBLECharacteristicValue('DATAOK')
} }
// 接收到监测值,回复主机TEMPOK
if(wd){
blueToother.writeBLECharacteristicValue('TEMPOK')
}
}); });
} else { } else {
this.setNavBarTitle('未发现特征值') this.setNavBarTitle('未发现特征值')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment