{
"areaID": "string",
"groupID": "string",
"productID": "string",
"deviceNames": [
"string"
],
"devices": [
{
"productID": "string",
"deviceName": "string"
}
],
"data": "string",
"shadowControl": 0,
"isAsync": true
}curl --location '/api/v1/things/device/interact/property-control-multi-send' \
--header 'iThings-token: {{iThings-token}}' \
--header 'iThings-project-id: 1786838173980422144' \
--header 'iThings-app-code: {{iThings-app-code}}' \
--header 'iThings-user-role: 1' \
--header 'Accept-Language: en' \
--header 'iThings-tenant-code;' \
--header 'Content-Type: application/json' \
--data '{
"areaID": "string",
"groupID": "string",
"productID": "string",
"deviceNames": [
"string"
],
"devices": [
{
"productID": "string",
"deviceName": "string"
}
],
"data": "string",
"shadowControl": 0,
"isAsync": true
}'{
"code": 0,
"msg": "success",
"data": {
"list": [
{
"sysCode": 0,
"sysMsg": "string",
"msgToken": "string",
"code": 0,
"msg": "string",
"deviceName": "string",
"productID": "string"
}
]
}
}
扫码加入 iThings微信交流群

扫码加入交流群