update_submodel_value
Update the value of a specific Submodel by providing its ID and a new list of dictionaries, applying changes via the AAS REST API.
Instructions
Updates the value of a specific Submodel.
Corresponds to: PATCH /submodels/{submodel_id}/$value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Base URL of the AAS server. Defaults to configured host. | http://localhost:8081 |
| value | Yes | A list[dict] representing the updated Submodel value. | |
| encode | No | Whether to Base64-encode the Submodel ID. Defaults to True. | |
| submodel_id | Yes | The unique identifier of the Submodel. |