_getWarningLightsList
(API version 2.0)WDS_WarningLightsItem[] _getWarningLightsList ( string kodf , string username , string pass [ , string language ] )
Description
returns a list of Diagnostics codes
Categories
Parameters
- string kodf
- Code of a specific company or dealer
- string username
- Username
- string pass
- Password or JWT token
- string language
- Langugage. Excepted values : en, cs. Default value: en.
Return value
-
WDS_WarningLightsItem
-
int
code
warning light code
-
string
name
short description of the warning light
-
int
group
group of warning lights
1 - Oil
2 - Cooling
3 - Safety systems
4 - Brakes
5 - Transmission
6 - Starter
7 - Battery
8 - Engine and fuel
9 - Tyres
10 - Controls
11 - Assist units
12 - Lights
13 - Service
14 - Hybrid
15 - Sprayers
16 - Locks -
int
severity
Severity
1 - warning
2 - error
-
int
code
returns a list of Diagnostics codes
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getWarningLightsList($kodf, $username, $pass, $language);
Test
To test the function, enter parameters in form below and press Try it out button.