set_signal
Set the target value of a vehicle actuator or attribute signal by supplying its VSS path, value, and data type.
Instructions
[Kuksa V2 API] Set the target value of an actuator or attribute signal.
Internally prefers the kuksa.val.v2 Actuate path; falls back to sdv.databroker.v1 if unavailable.
Args: path: VSS signal path (e.g. 'Vehicle.Body.Windshield.Front.Wiping.System.TargetPosition'). value: The value to set (as a string representation). datatype: The data type of the value ('string', 'bool', 'int32', 'int64', 'uint32', 'uint64', 'float', 'double').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| value | Yes | ||
| datatype | No | string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |