Skip to content

Commit

Permalink
fix: reference updated
Browse files Browse the repository at this point in the history
  • Loading branch information
aytekin-smartcar committed Dec 13, 2023
1 parent 5630e85 commit 73c40d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,18 @@ Start charging the vehicle.

---

### `send_destination(self)`
### `send_destination(self, latitude, longitude)`

Send destination to the vehicle.

#### Arguments

| Name | Type | Description |
| :---------- | :---- | :---------------------------- |
| `latitude` | Float | Latitude of the destination. |
| `longitude` | Float | Longitude of the destination. |


#### Return

| Value | Type | Description |
Expand Down

0 comments on commit 73c40d3

Please sign in to comment.