{
"deviceSn": "SHA60213120226R999",
"batPower": -4000,
"timeout": 60,
"batCapMin": 10
}
curl --location --request POST 'https://api-vpp-au.weiheng-tech.com/api/vpp/v1/hub/device/vpp/mode7' \
--header 'Authorization;' \
--header 'Authorization;' \
--header 'Accept-Language: en-US' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSn": "SHA60213120226R999",
"batPower": -4000,
"timeout": 60,
"batCapMin": 10
}'
{
"code": 200,
"msg": "OK",
"data": {
"bindedList": [
"SHA6021312022BM022"
],
"notExistList": [],
"invalidList": []
},
"t": 1736524254400
}