{
"did": "34FFD905464E373744731843",
"concentratorId": "1234556",
"lightControlTime": "60",
"timelen": "60"
}
curl --location -g --request POST 'https://console.sciento.cn/wopen/v1//device/insect-lamp-II/config' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"did": "34FFD905464E373744731843",
"concentratorId": "1234556",
"lightControlTime": "60",
"timelen": "60"
}'
{
"type": true,
"code": 200,
"data": 1
}