读取搜索到的解码器(数字矩阵)结果列表协议
请求 | http://ip:port/Matrix/ReadDeviceSearchRecord |
|
回复 |
{"result" :{$result} "list" :[{ "pluginid" :{$pluginid}, "name" :{$name}, "ip" :{$ip}, "port" :{$port}, "submask" :{$submask}, "gateway" :{$gateway}, "devtype" :{$devtype}, "mac" :{$mac}, "status" :{$status} }]} |
pluginid 插件(设备厂家) 的编号, 1-D 系列, 4-A 系列,5-H 系列, 6-T 系列 name 解码器的名称 ip 解码器的 IP port 解码器的控制端口 submask 解码器的子网掩码 gateway 解码器的网关 devtype 解码器的型号信息 mac 解码器的 MAC 地址 status 管理状态: 0--未管理, 1--已管理 |