Create device sensors
POST
/meetingspace/device_sensors
Device Management
Last modified:2025-05-29 13:03:16
x-usage:iot
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/meetingspace/device_sensors' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "c10285889b3775ec",
"device_sensors": [
{
"device": "lock",
"manufacture": "string",
"config": {
"state": [
{
"operation": "string",
"value": "string"
}
],
"operation_values": [
{}
],
"operations": {},
"status": {}
},
"sensors": [
{
"name": "string",
"id": "string",
"db_id": 0
}
],
"db_id": 0
}
]
}'
Request
Body Params application/json