devices_update_device
Update a device registry entry by changing its user-defined name, area, or disabled status. Set 'disabled_by' to null to re-enable.
Instructions
Update a device registry entry.
Pass only the fields you want to change. disabled_by should be "user"
or None (to re-enable). Uses WS config/device_registry/update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| name_by_user | No | ||
| area_id | No | ||
| disabled_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||