修改设备实时状态参数,同后端一起修改
This commit is contained in:
@ -725,12 +725,12 @@
|
||||
// 获取设备状态
|
||||
// 4. 获取设备状态
|
||||
let deviceImei = this.itemInfo.deviceImei
|
||||
let typeName = this.itemInfo.typeName
|
||||
//let typeName = this.itemInfo.typeName
|
||||
let batchId = ''
|
||||
const statusRes = await getdeviceSTatus({
|
||||
functionMode: 1,
|
||||
batchId,
|
||||
typeName,
|
||||
typeName:'FunctionAccessStatusRule',
|
||||
deviceImei,
|
||||
interval: 800
|
||||
},
|
||||
@ -907,13 +907,13 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
// 4. 获取设备状态
|
||||
// 4. 获取设备状态FunctionAccessBatchStatusRule 批量
|
||||
let deviceImei = this.itemInfo.deviceImei
|
||||
let typeName = this.itemInfo.typeName
|
||||
const statusRes = await getdeviceSTatus({
|
||||
functionMode: 2,
|
||||
batchId,
|
||||
typeName,
|
||||
typeName:'FunctionAccessBatchStatusRule',
|
||||
deviceImei,
|
||||
interval: 500
|
||||
},
|
||||
@ -991,11 +991,11 @@
|
||||
}
|
||||
// 4. 获取设备状态
|
||||
let deviceImei = this.itemInfo.deviceImei
|
||||
let typeName = this.itemInfo.typeName
|
||||
//let typeName = this.itemInfo.typeName
|
||||
const statusRes = await getdeviceSTatus({
|
||||
functionMode: 2,
|
||||
batchId,
|
||||
typeName,
|
||||
typeName:'FunctionAccessBatchStatusRule',
|
||||
deviceImei,
|
||||
interval: 500
|
||||
},
|
||||
|
Reference in New Issue
Block a user