curl --location --request GET 'http://prod-cn.your-api-server.com/api/v1/device/multifunc-card/detailinfo' \
--header 'Device-Key: 10.40.41.200:8001'{
"code": 0,
"messager": "string",
"data": [
{
"id": 0,
"description": "string",
"outputCardId": 0,
"netPortId": 0,
"index": 0,
"modelId": 0,
"name": "string",
"firmware": "string",
"linkStatus": "string",
"time": "string",
"powerInfo": {
"delayTime": 0,
"allPowerState": true,
"powerCtrlMode": true,
"powerChannelInfos": [
{
"powerChannelInfos": [
{
"enable": true,
"index": 0,
"state": true,
"remark": "string",
"startTime": "string",
"endTime": "string"
}
]
}
]
},
"lightSensorInfos": [
{
"peripheralIndex": 0,
"status": 0,
"brightness": "string"
}
],
"environmentSensorInfos": [
{
"peripheralIndex": 0,
"status": 0,
"temperature": 0,
"humidity": 0
}
],
"outputType": 0
}
]
}