curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-II/info?eui=' \
--header 'Authorization: ' \
--header 'Content-Type: application/json'
{
"type": true,
"code": 200,
"data": {
"id": 1138, //虫情灯id
"name": "Test2022", //虫情灯名称
"eui": "20220111", . //设别编号
"deviceType": "insectSituationLamp_II", //设备类型
"online": 1, //是否在线
"status": 0,
"protocol": "simple", //虫情灯协议
"iccid": "12344444444", //物理网卡号
"concentratorId": 1138, // 虫情灯控制id
"did": "38FFD40xxxxxxxxx8540957", //设备通讯编号
"lightControlTime": 60, //设置的光控时长(范围 60 - 480分钟)
"photoIntervalTime": 30, //设置拍照间隔时长(最少30分钟, 不能小于光控时长)
"areaId": 10001,
"landId": 10211,
"remark": "",
"tenantId": 0
}
}