AssetDetailResource
Summary
This object describes one detail of the asset.
Properties
Name | Type | Description |
attrId | Integer | Attribute ID |
detailKey | String | Key for the detail |
detailValue | String | Value (and unit) |
detailType | String | Data type of the detail |
Example
{
"attrId": 49067,
"detailKey": "maxPower",
"detailValue": "100mA",
"detailType": "string"
}