[
{
"address": "{{$string.uuid}}",
"name": "{{$commerce.productAdjective}} {{$commerce.productName}}",
"class": "cls:AllAttributes",
"functions": [
{
"id": "fBasicFunction",
"type": "BasicFunction"
}
]
}
]
curl --location -g --request POST 'https://iot.exati.com.br/talq/devices?clientAddress={{gateway-uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"address": "{{$string.uuid}}",
"name": "{{$commerce.productAdjective}} {{$commerce.productName}}",
"class": "cls:AllAttributes",
"functions": [
{
"id": "fBasicFunction",
"type": "BasicFunction"
}
]
}
]'
[
{
"address": "string",
"name": "string",
"class": "string",
"functions": [
{
"id": "string",
"type": "BasicFunction"
}
]
}
]