CF568_G CF636_G 的配置

This commit is contained in:
17792275749
2025-04-02 15:57:57 +08:00
parent bffc0e7d58
commit a706b0ecbb
+26 -26
View File
@@ -113,48 +113,48 @@ Page({
this.setData({ this.setData({
initText: "设备搜索中..." initText: "设备搜索中..."
}); });
let seviceList = [{ let seviceList = [{
advLength: 999,
calorieStatus: 0,
createBy: null,
deviceAccuracyType: 2,
deviceCalcuteType: 4,
deviceConnectType: 2,
deviceFuncType: 223,
deviceName: "CF577",
devicePowerType: 3,
deviceProtocolType: 3,
deviceType: 1,
deviceUnitType: "0,1,11",
id: 51,
imgUrl: null,
macAddressStart: 6,
remark: null,
sign: "FF",
status: 0,
uhStatus: 1,
updateBy: null
}, {
"advLength": 999, "advLength": 999,
"calorieStatus": 0, "calorieStatus": 0,
"createBy": null, "createBy": null,
"deviceAccuracyType": 2, "deviceAccuracyType": 2,
"deviceCalcuteType": 3, "deviceCalcuteType": 3,
"deviceConnectType": 2, "deviceConnectType": 2,
"deviceFuncType": 223, "deviceFuncType": 32991,
"deviceName": "CF568_G", "deviceName": "CF568_G",
"devicePowerType": 3, "devicePowerType": 3,
"deviceProtocolType": 3, "deviceProtocolType": 3,
"deviceType": 1, "deviceType": 1,
"deviceUnitType": "0,1,11", "deviceUnitType": "0,1,11",
"id": 65, "id": 7,
"imgUrl": null, "imgUrl": null,
"macAddressStart": 6, "macAddressStart": 6,
"remark": null, "remark": null,
"sign": "FF", "sign": "FF",
"status": 0, "status": 0,
"uhStatus": 1, "uhStatus": 1,
"updateBy": null "updateBy": null
}, {
"advLength": 999,
"calorieStatus": 0,
"createBy": null,
"deviceAccuracyType": 2,
"deviceCalcuteType": 4,
"deviceConnectType": 2,
"deviceFuncType": 65759,
"deviceName": "CF636_G",
"devicePowerType": 3,
"deviceProtocolType": 3,
"deviceType": 1,
"deviceUnitType": "0,1,2",
"id": 216,
"imgUrl": null,
"macAddressStart": 6,
"remark": null,
"sign": "FF",
"status": 0,
"uhStatus": 1,
"updateBy": null
}]; }];
app.globalData.ppScale.plugin.Blue.setDeviceSetting(seviceList); app.globalData.ppScale.plugin.Blue.setDeviceSetting(seviceList);
app.globalData.ppScale.device.setting = seviceList; app.globalData.ppScale.device.setting = seviceList;