{
"device_type": "o3-sensor",
"parameters": {
"sub_device": "buzzer",
"action": "on/off"
}
}curl --location '/api/devices//action' \
--header 'Content-Type: application/json' \
--data '{
"device_type": "o3-sensor",
"parameters": {
"sub_device": "buzzer",
"action": "on/off"
}
}'{
"status": "success",
"response": "action performed successfully"
}