Skip to content

[DOC]fixed mistake in wipers signals names #69

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 17, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/api/v3/cars/signals_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ All the *signals* you can access via the [signals API](signals.md)
|`ManualWiperSts`|Represents the **Manual Wipers** status|`0` = `off`,<br /> `1` = `on`|
|`LowSpeedWiperSts`|Represents the **Low speed Wipers** status|`0` = `off`,<br /> `1` = `on`|
|`HighSpeedWiperSts`|Represents the **High speed Wipers** status|`0` = `off`,<br /> `1` = `on`|
|`AutoRearWiperSts`|Represents the **Auto rear Wipers** status|`0` = `off`,<br /> `1` = `on`|
|`ManualRearWiperSts`|Represents the **Manual rear Wipers** status|`0` = `off`,<br /> `1` = `on`|
|`AutoWiperSts`|Represents the **Auto automatic Wipers activation ** status|`0` = `off`,<br /> `1` = `on`|
|`RearWiperSts`|Represents the **Rear Wipers** status|`0` = `off`,<br /> `1` = `on`|
|**_Speed_**|||
|`EngineSpeed`|Represents the **Engine speed**|Value is in `rpm`|
|`VehiculeSpeed`|Represents the **Vehicle speed**|Value is in `km/h`|
Expand Down