_getStatRPM

(API version 2.0)

WDS_FMSHistogramItem[] _getStatRPM ( string kodf , string username , string pass , int idcar , string time_from , string time_to )

Description

The function returns the RPM histogram. This data is read at the vehicle OBD connector. Contact your service provider for correct settings of GPS unit.

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int idcar
string time_from
string time_to

Return value

WDS_FMSHistogramItem[]
  • WDS_FMSHistogramItem
    • string time
    • int min
    • int max
    • int step
    • int[]
      • int item

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getStatRPM($kodf, $username, $pass, $idcar, $time_from, $time_to);

Test

To test the function, enter parameters in form below and press Try it out button.

Company code
Login username
Login password

* Required field