文档
测试

18、获取设备因子列表

POST
getDeviceMonitorList

请求参数

参数名
类型
描述
必填
page
页数
必填
limit
每页数量
必填
id
用源设备编号id
必填

响应参数

参数名
类型
描述
必填
data
必填
enterpriseList
必填
total
必填

说明 / 示例

### 接口说明 ```js { deviceMonitorList: { id: "@guid", useSourceDevice: "@county", // 用源设备 monitorFactor: "@character", // 监控因子 alias: "@character", // 别名 unitCoefficient: "@ctitle" // 单位系数 } total: 2, // 所有数据总数 } ```