{
"identifier": "",
"id": ""
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/deviceProperty/get/device/property/latestInfo' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"identifier": "",
"id": ""
}'
map<string,string>型
map<sting,object>
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {
"valueType": "string",
"unit": "string",
"coefficient": 0,
"precision": 0,
"min": 0,
"max": 0,
"maxLength": 0,
"falseText": "string",
"trueText": "string",
"elements": {},
"elementType": {},
"properties": [
{
"identifier": "string",
"name": "string",
"desc": "string",
"sort": "string",
"valueInfo": {},
"value": {},
"ts": 0
}
]
},
"value": {},
"ts": 0,
"accessMode": "string",
"propertyType": "string",
"extension": {},
"store": true,
"filter": true,
"filterRule": {
"regions": [
{
"left": 0,
"right": 0
}
],
"deadZone": 0,
"ignoreDuplicate": true
},
"kind": "string",
"groupName": "string",
"groupIdentifier": "string"
}