curl --location -g --request DELETE 'https://iot.exati.com.br/talq/device-classes/cls:AllAttributes2?clientAddress={{gateway-uuid}}'
[
{
"name": "string",
"functions": [
{
"functionId": "BasicFunction02",
"type": "BasicFunction",
"vendorAttributes": [
{
"name": "string",
"description": "string",
"minValue": 0,
"maxValue": 0,
"regex": "string",
"readOnly": true,
"enumValues": [
"string"
],
"unit": "string",
"vendorUuid": "string",
"scope": "measurement",
"type": "AttributeBinary",
"commands": {},
"types": {}
}
],
"attributes": [
{
"name": "string",
"description": "string",
"minValue": 0,
"maxValue": 0,
"regEx": "string",
"readOnly": true,
"enumValues": [
"string"
],
"unit": "string",
"commands": {
"scope": "default",
"attributes": "reason",
"states": {},
"levels": {}
},
"types": {
"address": "string",
"name": "LuminaireType",
"properties": [
{
"name": "string",
"description": "string",
"minValue": 0,
"maxValue": 0,
"regEx": "string",
"readOnly": true,
"enumValues": [
"string"
],
"unit": "string"
}
]
}
}
],
"events": [
{
"name": "string",
"description": "string",
"uuid": "string",
"functionUuid": "string",
"type": "string"
}
]
}
]
}
]