拼控OpenApi协议文档
首页
英文版
首页
英文版
  1. 设备
  • 使用说明
  • 错误码
  • 更新记录
  • 设备
    • 读取设备详细信息
      POST
    • 读取设备子卡信息
      POST
    • 读取设备ip
      POST
  • main
    • 读取系统初始化状态
      POST
    • 读取视频服务器地址
      POST
  • 屏幕
    • 设置屏幕gamma
      POST
    • 设置屏幕id是否显示
      POST
    • 设置屏幕的亮度
      POST
    • 固化屏幕的亮度
      POST
    • 新增屏幕
      POST
    • 删除屏幕
      POST
    • 读取屏幕详细信息
      POST
    • 查询屏幕列表
      POST
    • 屏幕FTB
      POST
    • 屏幕bkg设置
      POST
    • 屏幕Freeze
      POST
    • 读取屏幕的非实时上屏状态
      POST
    • 设置屏幕的3D
      POST
    • 设置屏幕的布局信息
      POST
    • 设置屏幕的图片OSD
      POST
    • 设置屏幕的文字OSD
      POST
    • 批量删除屏幕
      POST
    • 重命名
      POST
  • 输入
    • 读取输入列表
    • 读取指定input的详细信息
    • 创建输入截取
    • 删除截取
    • 修改截取
    • 设置分辨率
    • 设置timing
    • 创建输入分组
    • 输入分组排序
    • 修改分组
    • 删除分组
    • 分组删除输入源
    • 导入EDID
    • 重命名
    • 创建信号源轮巡
    • 读取信号轮巡列表
    • 修改信号源轮巡信息
    • 开启信号源轮巡
    • 删除信号源轮巡
  • 输出
    • 设置4k输出卡timing
    • 读取详细信息
    • 读取输出列表
    • 设置输出的timing
    • 设置输出分辨率
    • 设置二合一卡带载面积
    • 设置画质
    • 设置输出gamma
    • 设置输出定位
    • 重命名
  • 图层
    • 设置拉流规则(针对IPC信号源)
    • 添加layer
    • 删除layer
    • 读取layer列表
    • 读取layer详细信息
    • 设置layer基础信息
    • 读取layer的z 序
    • 设置layer窗口信息
    • 屏幕layer清除
    • 设置layer的z序
    • 设置layer的锁定
    • 更改layer源信息
    • layer冻结
    • layer模板开窗
  • 场景
    • 创建场景
    • 删除场景
    • 设置指定场景的基本信息
    • 播放场景
    • 读取指定场景的详细信息
    • 清空场景
    • 获取屏幕场景分组列表
    • 创建场景分组
    • 删除场景分组
    • 获取场景分组枚举
    • 场景轮巡播放
    • 读取屏幕全部场景
    • 读取场景轮巡
    • 读取屏幕当前播放场景
    • 编辑场景分组
    • 覆盖场景
  • BKG
    • 创建bkg
    • 删除bkg
    • 获取bkg的详细信息
    • bkg综合查询
  • IPC
    • IPC信号源列表
    • IPC信号源列表数据的指定读取
    • IPC摄像头列表
    • IPC源下的获取通道列表
    • IPC源下获取通道列表详情
    • IPC拼接源通道数据详情
    • IPC源新增
    • IPC源删除
    • IPC源重命名
    • IPC源通道修改
    • IPC源通道添加
    • IPC源通道删除
    • IPC源槽位列表数据
    • IPC源以及通道数据统计
    • IPC源名称检查
    • IPC分组列表
    • IPC分组创建
    • IPC分组删除
    • IPC分组修改
    • IPC源分组删除节点
    • IPC拼接源列表
    • 创建IPC拼接源模板
    • 更新IPC拼接源模板
    • 删除IPC拼接源模板
    • 应用IPC拼接源模板
    • IPC拼接源重命名
  1. 设备

读取设备详细信息

POST
/open/api/device/readDetail

请求参数

无

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/open/api/device/readDetail'

返回响应

🟢200成功
application/json
Body

示例
{
    "body": {
        "MAC": "be-27-73-a0-68-b6",
        "cpuStatus": 0,
        "dataVersion": 0,
        "deviceId": 0,
        "deviceSpecs": {
            "inputCardNumMax": 4,
            "outputCardNumMax": 2
        },
        "deviceType": 0,
        "deviceWorkMode": 0,
        "ethernetStatus": 1,
        "extSignal": 0,
        "fanList": [
            {
                "fanId": 0,
                "status": 0
            },
            {
                "fanId": 1,
                "status": 0
            },
            {
                "fanId": 2,
                "status": 0
            }
        ],
        "genlock": {
            "deviceId": 0,
            "enable": 0,
            "extSignal": 0,
            "inputId": 0,
            "type": 0
        },
        "memStatus": 0,
        "memory": 9137,
        "modelId": 29965,
        "name": "",
        "network": {
            "dhcp": 0,
            "dns": {
                "enable": 1,
                "firstDNS": {
                    "dns0": 8,
                    "dns1": 8,
                    "dns2": 8,
                    "dns3": 8
                },
                "secondDNS": {
                    "dns0": 8,
                    "dns1": 8,
                    "dns2": 4,
                    "dns3": 4
                }
            },
            "gateway": {
                "gateway0": 10,
                "gateway1": 241,
                "gateway2": 10,
                "gateway3": 1
            },
            "ip": {
                "ip0": 10,
                "ip1": 241,
                "ip2": 10,
                "ip3": 212
            },
            "subnetMask": {
                "subnetMask0": 255,
                "subnetMask1": 255,
                "subnetMask2": 255,
                "subnetMask3": 0
            }
        },
        "powerList": [
            {
                "iSignal": 1,
                "powerId": 0
            }
        ],
        "protoVersion": "1.0.0.0",
        "slotList": [
            {
                "HDEnable": 255,
                "SenderColorDepth": 0,
                "capacitySwitchEnable": 0,
                "cardCategory": 0,
                "cardMode": 2,
                "cardType": 0,
                "dynamicSubpixelMode": 0,
                "ethdistance": 0,
                "fecConfig": {
                    "enable": 0
                },
                "funcCode": 0,
                "functions": {
                    "id0": {
                        "functionType": 0,
                        "isUsed": 0
                    },
                    "id1": {
                        "functionType": 0,
                        "isUsed": 0
                    }
                },
                "general": {
                    "colorDepth": 1,
                    "colorSpace": 1,
                    "sampleRate": 1
                },
                "interfaces": [],
                "isSubcardSupportDynamicSubpixel": 0,
                "lowdelayDisable": 254,
                "modelId": 29953,
                "mosaicMode": 0,
                "mosaicModeIndependentInterface": 0,
                "mosaicModeIndependentSrcCap": 0,
                "nmosConfig": {
                    "dnsSdDomainName": "register.server.com",
                    "dnsSdServerIp": "8.8.8.8",
                    "registerMode": 0,
                    "staticRegisterIp": "192.168.0.100",
                    "staticRegisterPort": 3210
                },
                "ptpConfig": {
                    "delayInterval": -3,
                    "enable": 1,
                    "masterSlave": 0,
                    "notifyMessageInterval": 0,
                    "region": 127,
                    "syncMessageInterval": -3
                },
                "resolution": {
                    "direction": 0,
                    "height": 2160,
                    "isInterlace": 0,
                    "outputCount": 4,
                    "refresh": 6000,
                    "width": 3840
                },
                "slotId": 0,
                "sn": "0000000000000000",
                "st2110CardMode": 0,
                "status": 0,
                "workStatus": 0
            },
            {
                "HDEnable": 255,
                "SenderColorDepth": 0,
                "capacitySwitchEnable": 0,
                "cardCategory": 0,
                "cardMode": 2,
                "cardType": 0,
                "dynamicSubpixelMode": 0,
                "ethdistance": 0,
                "fecConfig": {
                    "enable": 0
                },
                "funcCode": 0,
                "functions": {
                    "id0": {
                        "functionType": 0,
                        "isUsed": 0
                    },
                    "id1": {
                        "functionType": 0,
                        "isUsed": 0
                    }
                },
                "general": {
                    "colorDepth": 1,
                    "colorSpace": 1,
                    "sampleRate": 1
                },
                "interfaces": [],
                "isSubcardSupportDynamicSubpixel": 0,
                "lowdelayDisable": 254,
                "modelId": 29953,
                "mosaicMode": 0,
                "mosaicModeIndependentInterface": 0,
                "mosaicModeIndependentSrcCap": 0,
                "nmosConfig": {
                    "dnsSdDomainName": "register.server.com",
                    "dnsSdServerIp": "8.8.8.8",
                    "registerMode": 0,
                    "staticRegisterIp": "192.168.0.100",
                    "staticRegisterPort": 3210
                },
                "ptpConfig": {
                    "delayInterval": -3,
                    "enable": 1,
                    "masterSlave": 0,
                    "notifyMessageInterval": 0,
                    "region": 127,
                    "syncMessageInterval": -3
                },
                "resolution": {
                    "direction": 0,
                    "height": 2160,
                    "isInterlace": 0,
                    "outputCount": 4,
                    "refresh": 6000,
                    "width": 3840
                },
                "slotId": 1,
                "sn": "0000000000000000",
                "st2110CardMode": 0,
                "status": 0,
                "workStatus": 0
            },
            {
                "HDEnable": 0,
                "SenderColorDepth": 0,
                "capacitySwitchEnable": 0,
                "cardCategory": 23,
                "cardMode": 2,
                "cardType": 1,
                "dynamicSubpixelMode": 0,
                "ethdistance": 0,
                "funcCode": 0,
                "functions": {
                    "id0": {
                        "functionType": 0,
                        "isUsed": 0
                    },
                    "id1": {
                        "functionType": 0,
                        "isUsed": 0
                    }
                },
                "general": {
                    "colorDepth": 1,
                    "colorSpace": 1,
                    "sampleRate": 1
                },
                "interfaces": [
                    {
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 0,
                        "interfaceType": 27,
                        "isUsed": 1
                    },
                    {
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 1,
                        "interfaceType": 27,
                        "isUsed": 0
                    },
                    {
                        "functionType": 2,
                        "iSignal": 1,
                        "interfaceId": 2,
                        "interfaceType": 27,
                        "isUsed": 1
                    },
                    {
                        "functionType": 2,
                        "iSignal": 1,
                        "interfaceId": 3,
                        "interfaceType": 27,
                        "isUsed": 0
                    }
                ],
                "isSubcardSupportDynamicSubpixel": 0,
                "lowdelayDisable": 254,
                "modelId": 31504,
                "mosaicMode": 0,
                "mosaicModeIndependentInterface": 1,
                "mosaicModeIndependentSrcCap": 0,
                "resolution": {
                    "direction": 0,
                    "height": 2160,
                    "isInterlace": 0,
                    "outputCount": 4,
                    "refresh": 6000,
                    "width": 3840
                },
                "slotId": 2,
                "sn": "0032ae0100000388",
                "status": 1,
                "workStatus": 0
            },
            {
                "HDEnable": 255,
                "SenderColorDepth": 0,
                "capacitySwitchEnable": 0,
                "cardCategory": 0,
                "cardMode": 2,
                "cardType": 0,
                "dynamicSubpixelMode": 0,
                "ethdistance": 0,
                "fecConfig": {
                    "enable": 0
                },
                "funcCode": 0,
                "functions": {
                    "id0": {
                        "functionType": 0,
                        "isUsed": 0
                    },
                    "id1": {
                        "functionType": 0,
                        "isUsed": 0
                    }
                },
                "general": {
                    "colorDepth": 1,
                    "colorSpace": 1,
                    "sampleRate": 1
                },
                "interfaces": [],
                "isSubcardSupportDynamicSubpixel": 0,
                "lowdelayDisable": 254,
                "modelId": 29953,
                "mosaicMode": 0,
                "mosaicModeIndependentInterface": 0,
                "mosaicModeIndependentSrcCap": 0,
                "nmosConfig": {
                    "dnsSdDomainName": "register.server.com",
                    "dnsSdServerIp": "8.8.8.8",
                    "registerMode": 0,
                    "staticRegisterIp": "192.168.0.100",
                    "staticRegisterPort": 3210
                },
                "ptpConfig": {
                    "delayInterval": -3,
                    "enable": 1,
                    "masterSlave": 0,
                    "notifyMessageInterval": 0,
                    "region": 127,
                    "syncMessageInterval": -3
                },
                "resolution": {
                    "direction": 0,
                    "height": 2160,
                    "isInterlace": 0,
                    "outputCount": 4,
                    "refresh": 6000,
                    "width": 3840
                },
                "slotId": 3,
                "sn": "0000000000000000",
                "st2110CardMode": 0,
                "status": 0,
                "workStatus": 0
            },
            {
                "HDEnable": 0,
                "SenderColorDepth": 0,
                "capacitySwitchEnable": 0,
                "cardCategory": 6,
                "cardMode": 2,
                "cardType": 2,
                "dynamicSubpixelMode": 0,
                "ethdistance": 0,
                "funcCode": 0,
                "functions": {
                    "id0": {
                        "functionType": 0,
                        "isUsed": 0
                    },
                    "id1": {
                        "functionType": 0,
                        "isUsed": 0
                    }
                },
                "general": {
                    "colorDepth": 1,
                    "colorSpace": 1,
                    "sampleRate": 1
                },
                "interfaces": [
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 0,
                        "iSignal": 1,
                        "interfaceId": 0,
                        "interfaceType": 2,
                        "intfCapacity": 0,
                        "isSupportAudio": 0,
                        "isUsed": 1,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 0,
                        "iSignal": 0,
                        "interfaceId": 1,
                        "interfaceType": 2,
                        "intfCapacity": 0,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 0,
                        "iSignal": 0,
                        "interfaceId": 2,
                        "interfaceType": 2,
                        "intfCapacity": 0,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 0,
                        "iSignal": 0,
                        "interfaceId": 3,
                        "interfaceType": 2,
                        "intfCapacity": 0,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    }
                ],
                "isSubcardSupportDynamicSubpixel": 0,
                "lowdelayDisable": 254,
                "modelId": 31552,
                "mosaicMode": 0,
                "mosaicModeIndependentInterface": 0,
                "mosaicModeIndependentSrcCap": 0,
                "resolution": {
                    "direction": 0,
                    "height": 2160,
                    "isInterlace": 0,
                    "outputCount": 4,
                    "refresh": 6000,
                    "width": 3840
                },
                "slotId": 4,
                "sn": "002c8e0100000040",
                "status": 1,
                "workStatus": 0
            },
            {
                "HDEnable": 0,
                "SenderColorDepth": 0,
                "capacitySwitchEnable": 0,
                "cardCategory": 33,
                "cardMode": 0,
                "cardType": 2,
                "dynamicSubpixelMode": 0,
                "ethdistance": 0,
                "funcCode": 0,
                "functions": {
                    "id0": {
                        "functionType": 0,
                        "isUsed": 0
                    },
                    "id1": {
                        "functionType": 0,
                        "isUsed": 0
                    }
                },
                "general": {
                    "colorDepth": 1,
                    "colorSpace": 1,
                    "sampleRate": 1
                },
                "interfaces": [
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 0,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 1,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 2,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 3,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 4,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 5,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 6,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    },
                    {
                        "audioInterface": {
                            "audioSrc": 1,
                            "linkStatus": 0,
                            "withAudioInterface": 0
                        },
                        "functionType": 255,
                        "iSignal": 0,
                        "interfaceId": 7,
                        "interfaceType": 17,
                        "intfCapacity": 255,
                        "isSupportAudio": 0,
                        "isUsed": 0,
                        "outputMode": 1,
                        "overLoadState": 0
                    }
                ],
                "isSubcardSupportDynamicSubpixel": 0,
                "lightstatus": {
                    "link0": 0,
                    "link1": 0,
                    "link2": 0,
                    "link3": 0,
                    "link4": 0,
                    "link5": 0,
                    "link6": 0,
                    "link7": 0
                },
                "linkstatus": {
                    "link0": 0,
                    "link1": 0,
                    "link10": 0,
                    "link11": 0,
                    "link12": 0,
                    "link13": 0,
                    "link14": 0,
                    "link15": 0,
                    "link16": 0,
                    "link17": 0,
                    "link18": 0,
                    "link19": 0,
                    "link2": 0,
                    "link20": 0,
                    "link21": 0,
                    "link22": 0,
                    "link23": 0,
                    "link24": 0,
                    "link25": 0,
                    "link26": 0,
                    "link27": 0,
                    "link28": 0,
                    "link29": 0,
                    "link3": 0,
                    "link30": 0,
                    "link31": 0,
                    "link32": 0,
                    "link33": 0,
                    "link34": 0,
                    "link35": 0,
                    "link36": 0,
                    "link37": 0,
                    "link38": 0,
                    "link39": 0,
                    "link4": 0,
                    "link40": 0,
                    "link41": 0,
                    "link42": 0,
                    "link43": 0,
                    "link44": 0,
                    "link45": 0,
                    "link46": 0,
                    "link47": 0,
                    "link48": 0,
                    "link49": 0,
                    "link5": 0,
                    "link50": 0,
                    "link51": 0,
                    "link52": 0,
                    "link53": 0,
                    "link54": 0,
                    "link55": 0,
                    "link56": 0,
                    "link57": 0,
                    "link58": 0,
                    "link59": 0,
                    "link6": 0,
                    "link60": 0,
                    "link61": 0,
                    "link62": 0,
                    "link63": 0,
                    "link64": 0,
                    "link65": 0,
                    "link66": 0,
                    "link67": 0,
                    "link68": 0,
                    "link69": 0,
                    "link7": 0,
                    "link70": 0,
                    "link71": 0,
                    "link72": 0,
                    "link73": 0,
                    "link74": 0,
                    "link75": 0,
                    "link76": 0,
                    "link77": 0,
                    "link78": 0,
                    "link79": 0,
                    "link8": 0,
                    "link9": 0
                },
                "lowdelayDisable": 255,
                "modelId": 31567,
                "mosaicMode": 0,
                "mosaicModeIndependentInterface": 0,
                "mosaicModeIndependentSrcCap": 0,
                "resolution": {
                    "direction": 1,
                    "height": 16384,
                    "isInterlace": 0,
                    "outputCount": 4,
                    "refresh": 3000,
                    "width": 810
                },
                "senderInterfaceStatus": [
                    {
                        "id": 0,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 1,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 2,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 3,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 4,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 5,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 6,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    },
                    {
                        "id": 7,
                        "slaveStatus": 0,
                        "status": 0,
                        "subsetStatus": [
                            {
                                "id": 0,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 1,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 2,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 3,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 4,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 5,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 6,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 7,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 8,
                                "status": 0,
                                "type": 0
                            },
                            {
                                "id": 9,
                                "status": 0,
                                "type": 0
                            }
                        ],
                        "type": 1
                    }
                ],
                "slotId": 5,
                "sn": "ffffffffffffffff",
                "status": 1,
                "workStatus": 0
            }
        ],
        "sn": "0102030405060708",
        "status": 1,
        "temp": 0,
        "usbStatus": [
            {
                "status": 0,
                "usbId": 0
            },
            {
                "status": 0,
                "usbId": 1
            }
        ],
        "volt": 0
    },
    "msg": "",
    "sign": "",
    "status": 0
}
修改于 2025-11-18 08:56:58
上一页
更新记录
下一页
读取设备子卡信息
Built with