读取设备报警设置列表
请求 | http://ip:port/iot/GetDeviceAlarmList?deviceid={$deviceid}&channel={$channel}&type={$type} |
|
回复 |
{"result":{$result} "list":[{ "deviceid":{$deviceid}, "channel":{$channel}, "type":{$type}, "checktype":{$checktype}, "value":{$value} }]} |
deviceid IoT 设备的 ID。 作为输入参数时, 如果为-1 表示读取所 有 channel IoT 设备通道号, 缺省为 0 type 数据类型, 作为输入参数时, 如果为-1 表示读取所有 checktype 检测类型: 1--上限, 2--下限 value 判断值 |