update_submodel_element_value
Update the value of a specific Submodel element within an Asset Administration Shell using its idShort path and new value.
Instructions
Updates the value of a specific Submodel element.
Corresponds to: PATCH /submodels/{submodel_id}/submodel-elements/{id_short_path}/$value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| value | Yes | The new value to assign to the Submodel element. | |
| encode | No | Whether to Base64-encode the Submodel ID. Defaults to True. | |
| submodel_id | Yes | The unique identifier of the Submodel. | |
| id_short_path | Yes | The idShort path of the Submodel element. |