set_charge_cost
Set the cost for a specific charging session using its charge ID and dollar amount to record accurate charging expenses.
Instructions
Sets the cost for a specific charging session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vin | No | Vehicle Identification Number (VIN). Defaults to TESSIE_DEFAULT_VIN env var if set. | |
| cost | Yes | Cost in dollars | |
| charge_id | Yes | The charge session ID |