{
"id": "c0gW5yPkkdh"
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/logicProperty/lastInfo' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "c0gW5yPkkdh"
}'
{
"code": 0,
"success": true,
"message": "操作成功",
"data": [
{
"identifier": "audi111",
"name": "物模型属性标识",
"desc": "物模型属性描述",
"sort": 0,
"valueInfo": {
"valueType": "LONG",
"unit": "m",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "",
"trueText": "",
"elements": null,
"elementType": null,
"properties": []
},
"value": null,
"ts": null,
"accessMode": "READ_ONLY",
"extension": null,
"store": true,
"filter": true,
"filterRule": {
"regions": [
{
"left": 1,
"right": 100
},
{
"left": 200,
"right": 300
}
],
"deadZone": 1,
"ignoreDuplicate": true
}
}
]
}