Skip to content

DeviceAttribute

Device attribute

Field Type Required Description
code string yes Code of the defined customer attribute
value object Value for this attribute. Its a free text field for attributes where no values are set. Attributes which have value set should contains the code in an object. For instance value: { "code": "fish" }
name string Human readable name of the attribute
{
"code": "preferredTheme",
"value": "blue",
"name": "Preferred Theme"
}