cURL
curl --request POST \ --url https://api.example.com/api/device/sensor/set \ --header 'Authentication: <authentication>' \ --header 'Content-Type: application/json' \ --data ' { "idSn": "device000001", "data": { "a": 1 } } '
{}
Show child attributes
(平台变量)本地修改、不下发
覆盖true, 否则合并
默认false同步,true为异步
The response is of type object.
object