Update Thing
update_thingUpdate a thing's name, type, or optional state by ID to keep chore-related data accurate.
Instructions
Update a thing's name, type, and optional state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New name | |
| type | Yes | Thing type (number, boolean, or text) | |
| state | No | Optional new state value | |
| thing_id | Yes | The ID of the thing |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |