{
"bat": "35",
"bleVersion": "1.0.1",
"mac": "CF:E5:01:01:00:02",
"mcuVersion": "1.0.1",
"resVersion": "1.0.1",
"sn": "lf11112",
"type": "CF577",
"wifiVersion": "1.0.1"
}
curl --location --request POST '/lefu/wifi/v2/checkForUpdate' \
--header 'Content-Type: application/json' \
--data-raw '{
"bat": "35",
"bleVersion": "1.0.1",
"mac": "CF:E5:01:01:00:02",
"mcuVersion": "1.0.1",
"resVersion": "1.0.1",
"sn": "lf11112",
"type": "CF577",
"wifiVersion": "1.0.1"
}'
{
"data": [
{
"type": "CF576",
"productComponent": "BLE",
"crc": "37586",
"url": "https://CF577_Generic_V149_20240508.bin",
"size": "403324",
"version": "9.4.9",
"nowTime": 1730369920264
}
],
"errorCode": 0,
"text": "checkForUpdate success"
}