{
"snCode": "string",
"deviceType": "string"
}
curl --location --request POST 'http://localhost:8080/client/v1/residential-device/realtime-data' \
--header 'Content-Type: application/json' \
--data-raw '{
"snCode": "string",
"deviceType": "string"
}'
{
"code": 0,
"msg": "",
"data": [
{
"pointId": 0,
"pointName": "",
"fieldName": "",
"fieldUnit": "",
"value": "",
"pointDesc": "",
"modifiable": false,
"pointType": "",
"isEnum": ""
}
]
}