update_device_custom_property
Update a device's custom property by specifying property name, type, and new value. Use existing property details to avoid configuration errors.
Instructions
Update a custom property value on a specific device. The N-central PUT endpoint requires propertyName and propertyType — pass the existing values (use get_device_custom_property if unsure). propertyType must match the property definition (HTML_LINK, TEXT, DATE, ENUMERATED, or PASSWORD).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | The device ID | |
| propertyId | Yes | The custom property ID | |
| propertyName | Yes | The property name (must match the existing property definition) | |
| propertyType | Yes | Property type | |
| value | Yes | The property value to set | |
| enumeratedValueList | No | Allowed values if propertyType is ENUMERATED |