[TOC=2]
## 分组列表
~~~[api]
get:/device_group/list
int:current_page=1#当前页
int:page_number=10#页码
int:parent_id=0#上级分组 id
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 7,
"name": "测试A组", // 分组名
"description": "", // 分组描述
"parent_id": null, // 上级 id
"create_time": "2019-01-18 09:39:28" // 创建时间
}
],
"current_page": 1, // 当前页
"page_number": 10, // 页码
"total": 1 // 总条数
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 新增分组
~~~[api]
post:/device_group/save
int:id=0# 填 id 更新 不填 id 新增
*string:name=11#分组名
string:description=描述#描述
int:parent_id=0#上级分组 id
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 删除分组
~~~[api]
post:/device_group/delete
*array:id_list=[1]#删除分组
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 搜索分组
~~~[api]
get:/device_group/search
*string:search=123#搜索内容
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 1,
"name": "测试1组",
"description": "",
"parent_id": null,
"create_time": "2019-01-08 10:13:17"
}
]
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 分组设备
~~~[api]
get:/device_group/device
*int:id=0#分组 id
int:current_page=1#当前页
int:page_number=10#页码
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 29,
"name": "12", // 设备名称
"device_id": 1, // 设备 id
"group_id": null, // 分组 id
"position": "", // 所在位置
"remark": "", // 备注信息
"create_time": "2019-01-09 14:10:26", // 添加时间
"sn": "748000010037", // 设备序号
"type": 53, // 设备类型
"subtype": 0 // 设备子类型
}
],
"current_page": 0, // 当前页
"page_number": 0, // 页码
"total": 1, // 总条数
"group_total": 2 // 下级分组数
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 切换分组
~~~[api]
get:/device_group/change_group
*array:id_list=[1,2]#设备列表的 id 数组
*int:group_id=0#目标分组 id
<<<
success
{
"code": 0
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 搜索设备
~~~[api]
get:/device_group/search_device
*string:search=123#搜索内容
*int:group_id=0#分组 id
<<<
success
{
"code": 0,
"data": {
"list": [
{
"id": 1,
"name": "12",
"device_id": 1,
"group_id": null,
"position": "12",
"remark": "12",
"create_time": "2019-01-07 09:22:49",
"sn": "748000010037",
"type": 53,
"subtype": 0
}
]
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
## 在线数量
~~~[api]
get:/device_group/online_statistics
array:id_list=[1,2]#设备分组 id 数组
<<<
success
{
"code": 0,
"data": {
"null": { // 分组 id
"online": 3, // 在线数
"total": 4 // 总设备数
}
}
}
<<<
error
{
"code": -1,
"msg": "参数错误"
}
~~~
- 文档说明
- 更新日志
- Web App 更新日志
- 自用云平台
- 鑫源云平台
- 生产管理
- 数据展示平台
- 云平台 - v3
- 设备文档
- KP0C0 - 0 - 0
- KP3C2 - 6 - 1
- K5C2 - 13 - 0
- KP1C2 - 18 - 0
- KP2C4 - 21 - 0
- K5C6 - 25 - 0
- KP5C1 - 27 - 0
- KD5P1 - 29 - 0
- KD5P5 - 46 - 0
- KP1C3 - 47 - 0
- KP1C4 - 48 - 0
- KP1C5 - 49 - 0
- KD4P6 - 53 - 0
- KP3C2 - 65 - 0
- KD5P8 - 72 - 0
- KP2C7 - 75 - 0
- KD5P601 - 76 - 0
- KD5P11 - 79 - 0
- KP01C1510 - 87 - 0
- KP03C0100 - 88 - 0
- KP01C1520 - 90 - 0
- 上报字段
- 数据库
- 登录注册
- 手机注册
- 邮箱注册
- 用户名注册
- 个人资料
- 管理功能
- 代理相关
- 代理设备
- 授权设备
- 代理功能
- 用户相关
- 用户设备
- 用户分组
- 权限相关
- 设备功能
- 设备分组
- 设备接口
- 数据统计
- 数据统计V2
- 数据统计V3
- 彩云8000 - 数据统计
- 号段申请
- 数据库
- 登录注销
- 申请用户
- 申请记录
- 用户申请
- 文件上传
- 生产管理
- 登录注册
- 提供接口