Skip to content

BasicDeviceAttribute

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" }
{
"code": "preferredTheme",
"value": "blue"
}