{
"deviceName": "RHF8U9DH9CJN",
"mappingId": "Fan_Switch",
"param": {
"value": 1
}
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceServe/deviceName/mappingServe' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceName": "RHF8U9DH9CJN",
"mappingId": "Fan_Switch",
"param": {
"value": 1
}
}'
{
"code": 1,
"success": false,
"message": "设备不在线",
"data": null
}