K8凯发(中国)

    读取主动注册设备列表
    请求

    http://ip:port/iot/Get_AutoReg_DeviceLis

    回复

    {

    {"result" :{$result},

    "list":[{

    "pluginid":{$pluginid},

    "marker":{$marker},

    "ip":{$ip},

    "port":{$port}

    "regtime":{$regtime},

    "online":{$online},

    "status":{$status}

    }]}

    pluginid 插件的 ID 值

    marker 设备标识

    ip 设备 ip, 或设备编号(主动通知方式时)

    port 设备端口或串口

    regtime 注册时间

    online 在线状态: 1--在线, 0--未在线

    status 管理状态: 0--未管理, >0 则为已经管理后的设备ID