merge rusEFI wiki

This commit is contained in:
GitHub Action 2022-07-08 04:52:28 +00:00
commit d9728429d9
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)` ### `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)`` ### ``setAcDisabled(value)``
Disable/supress A/C functionality regardless of what and how enables it, an override kind of deal. Disable/supress A/C functionality regardless of what and how enables it, an override kind of deal.