curl --location -g --request GET 'https://console.sciento.cn/wopen/v1//device/insect-lamp-I/history?eui=&startTime=2022-08-23 00:00:00&endTime=2022-08-23 23:00:00' \ --header 'Authorization: ' \ --header 'Content-Type: application/json'
{ "type": true, "code": 200, "data": [ { "imei": "867xxxxxxxxxx94", //设备编号 "at": 24.5, //环境温度 (单位:℃) (注:温度值为乘以10后的结果,需要除以10得到温度值) "ah": 74.5, //环境湿度 (单位:%RH) (注:湿度值为乘以10后的结果,需要除以10得到相对湿度值) "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:23" //上传时间 } ... more更多(为相同实体类) } }