curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-I/info?eui=' \
--header 'Authorization: ' \
--header 'Content-Type: application/json'
{
"type": true,
"code": 200,
"data": {
"remark": "", //设备描述
"tenantId": 0,
"areaId": 10001,
"landId": 10213,
"name": "虫情测报灯", //设备名称
"status": null, // 设备状态
"deviceType": "insectSituationLamp", //设备类型
"sort": 100, //设备排序
"online": 1, //设备在线状态
"concentratorId": 9, //设备id
"eui":asdasdasdasd, // 设备编号 与imei一致
"iccid": "89860401dd076471", //物联网卡号
"csq": 29, //信号强度
"dtype": null, //设备类型 <测报灯设备类型为 3>
"dver": null, //设备固件版本
"gs": 1, //通道状态 1:落虫,0:排水
"upds": null, //上仓门状态 1:打开,0:关闭
"dnds": null, //下仓门状态 1:打开,0:关闭
"hs": 0, //加热状态 1:加热,0:正常
"ts": null, //定时模式 0:光控, 1:时控
"lat": "null", //纬度
"lng": "null", //经度
"vs": "40", //内部版本号,做参考
"shake": 1, //震动时间 毫秒
"proJ": "DCCBD-2_HK" // 设备版本号
}
}