{
"conditionExp": "string",
"deviceCodeList": [
"string"
],
"paramList": [
"string"
]
}
curl --location --request POST '/device/state/current?action=' \
--header 'Content-Type: application/json' \
--data-raw '{
"conditionExp": "string",
"deviceCodeList": [
"string"
],
"paramList": [
"string"
]
}'
{
"_embedded": {},
"code": 0,
"message": "string",
"timestamp": "string"
}