{
"id": "n4_vLtBc0pL",
"kind": "Yc",
"data": {
"point": "16386",
"propName": "环境温度2",
"precision": 2,
"coefficient": 1,
"deviceDescription": "温度传感器-001",
"productName": "温度传感器-001"
}
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/commUnit/save104PointTableOne' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "n4_vLtBc0pL",
"kind": "Yc",
"data": {
"point": "16386",
"propName": "环境温度2",
"precision": 2,
"coefficient": 1,
"deviceDescription": "温度传感器-001",
"productName": "温度传感器-001"
}
}'
{}