pls_create_tag
pls_create_tagCreate a tag entity in the PLS personnel location system. Requires confirmation field set to '确认' to proceed.
Instructions
【🔧 管理】创建标签实体。
参数:
confirm: 二次确认(必填),必须传 "确认"
根据实体类型传入对应字段
返回: {success: true/false, entity: 实体名称, action: 操作类型}
提示: 确认+只传必填字段
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | 标签ID(更新/删除时必填,长整型以字符串传入) | |
| model | No | 型号 | |
| power | No | 电量百分比 | |
| slice | No | 图层 | |
| isBind | No | 绑定状态: 0-未绑定, 1-已绑定 | |
| status | No | 状态: 0-在线, 1-离线 | |
| confirm | Yes | ⚠️ 写操作需二次确认,必须传 "确认" | |
| tagCode | No | 标签编码 | |
| tagType | No | 类型: 0-UWB, 1-Bluetooth, 2-GPS, 3-UWB+GPS, 4-惯性导航 | |
| markerFile | No | 标记文件路径 |