Skip to content

Commit

Permalink
lua: begin setIdleAdd* docs (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmschulte committed May 26, 2024
1 parent 83f3cda commit 964b42c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/07-Advanced-Features/Lua-Scripting.md
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,22 @@ Lookup a character of the set vehicle identification number (VIN) at the given i
|-:|--|:-|
|`index`|number|The character index of the set VIN to return.|

#### `setIdleAdd`

TODO

|parameters|type|description|
|-:|--|:-|
|`amount`|float|TODO|

#### `setIdleAddRpm`

TODO

|parameters|type|description|
|-:|--|:-|
|`amount`|float|TODO|

### CAN Bus

:::info
Expand Down Expand Up @@ -837,10 +853,6 @@ Retrieves the values of the last valid message of the specified SENT channel.

#### `setBoostDutyAdd`

### Idle Control

#### `setIdleAdd`

### Vehicle Speed

#### `getCurrentGear`
Expand Down

0 comments on commit 964b42c

Please sign in to comment.