curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-I/data?eui=' \
--header 'Authorization: ' \
--header 'Content-Type: application/json'
{
"type": true,
"code": 200,
"data": {
"imei": "8678ddddd66494", //设备编号
"at": 24.1, //环境温度 (单位:℃)
"ah": 73.5, //环境湿度 (单位:%RH)
"hrt": 55, //加热仓实时温度 (单位:℃)
"rps": 0, //雨控状态 1:雨控,0:正常,下同
"lps": 0, //光控状态 参数如上
"tps": 0, //温控状态 参数如上
"lat": "34.815187", //纬度
"lng": "113.67336", // 经度
"stamp": "20180301211805", //时间戳:20180301211805
"ws": 0, //工作状态 0:待机,1:工作
"lamp": 0, //灯管状态 0:灭,1:亮(只有 ws=1 灯管状态才起作用)
"lux": "1", //光照强度
"uploadTime": "2022-08-23 16:13:42" //上传时间
}
}