Updated Lua Scripting (markdown)

This commit is contained in:
rusefillc 2022-07-08 00:41:13 -04:00
parent 2ada4973a3
commit fa0f15a2ee
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@ See [https://github.com/rusefi/rusefi/blob/master/firmware/controllers/lua/gener
### `setBrakePedalState(value)`
Use setBrakePedalState to tell rusEFI about CAN-based brake pedal.
### `setAcRequestState(value)`
Use setAcRequestState to tell rusEFI about CAN-based A/C request.
### ``setAcDisabled(value)``
Disable/supress A/C functionality regardless of what and how enables it, an override kind of deal.