Describe el objeto JSON de un Device Type.
Un Device Type en Netux | Cloud puede almacenar parámetros que pueden ser aplicados a un nuevo Device al crearlo.
Property | Type | Description |
---|---|---|
id | String | Id of Device Type |
label | String | Label of Device Type |
name | String | Name of Device Type |
createdAt | String | Date Device Type was created |
description | String | Description of Device Type |
deviceColor | String | HTML Color of Device Type |
deviceIcon | String | Device Type Icon |
variableColor | String | HTML Color of Variables |
syntheticVariableColor | String | HTML Color of Synthetic Variables |
variables | String Array | List of Variable Ids that belong to the Device Type |
properties | Array | Properties of Device Type |
tasks | Array | Tasks of Device Type |
url | String | Url of Device Type |
{
"url": "https://api.netux.com/api/v2.0/device_types/5e1f7e5789f9bd7c4e7f1e2c",
"id": "5e1f7e5789f9bd7c4e7f1e2c",
"name": "el type aquel",
"label": "el-type-quel",
"description": "La description aquella",
"deviceColor": "#3BA9F5",
"deviceIcon": "pencil",
"variableColor": "#FFAE58",
"syntheticVariableColor": "#",
"variables": [],
"properties": [],
"tasks": [],
"createdAt": "2020-01-15T21:04:23.602975Z"
}