|
@@ -43,7 +43,7 @@ function isDevice(device, data) {
|
|
|
//判断是否是智寻的蓝牙
|
|
|
const result = data.name.startsWith("ZX");
|
|
|
// if (data.name === "865416038002201") {
|
|
|
- // if (data.name === "ZX2503140000000") {
|
|
|
+ // if (data.name === "ZX2503150000000") {
|
|
|
if (result) {
|
|
|
return true
|
|
|
}
|
|
@@ -109,7 +109,7 @@ function readData(device, value, data) {
|
|
|
// console.log(value, 'test1111');
|
|
|
var test = new Uint8Array(value);
|
|
|
const normalArray = Array.from(test); // 或 [...uint8Array]
|
|
|
- // console.log(normalArray,'normalArray---------------');
|
|
|
+ console.log(normalArray,'normalArray---------------');
|
|
|
// console.log(normalArray,currentCommandIndex-1,commands[currentCommandIndex],commands[currentCommandIndex-1], 'value**************************');
|
|
|
if((normalArray[0]==0x00) && (normalArray[1]==0x01) && normalArray.length==2){
|
|
|
switch (normalArray[1]) {
|