获取该巡检路线的所有巡检目标
输入
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
target | string | 是 | ObjectId | 场景中的巡检路线 |
输出
| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
checktargetList | array | 是 | [] | — |
调用
typescript
piclient.emit("pathfollow.getCheckList",{
target: "ObjectId", //场景中的巡检路线
}).then(data => {
console.log(data)
})