跳到主要内容
版本:2.0.0@Current

查询智能设备历史配置数据

智能设备历史配置数据查询

智能设备配置信息详情可通过附录-智能设备配置数据字典进行查询。 核心信息如下:

✨ 案例

请求

curl --location -g '{{EU}}/device/queryHistorySmartDeviceConfigData?deviceSn=A1M230008333100B&startTime=2024-10-10 12:00:00&endTime=2024-10-10 13:00:00' \
--header 'token: xxx'

响应

{
"errorCode": 0,
"info": null,
"body": [
{
"cTRatioSetting": 1,
"antiReverseEnable": 0,
"powerLimitValue": null,
"inverterCount": 1,
"gridFrequencySettings": 0,
"firmwareVersion": "V1.00.07",
"communicationMode": "WIFI-RS485",
"gridTypeSettings": 0,
"rtctime": "2024-10-10 20:39:39"
}
],
"successful": true
}