API Reference - Device.GetSpeedUnit()
Device.GetSpeedUnit()
Device.GetSpeedUnit()
| Description | Gets the currently used speed unit. | 
| Response | String The speed unit, Possible values are: - km/h, - mph | 
| Parameter | Void | 
Example
1
2
var speedUnit = Device.GetSpeedUnit()
// speedUnit = "km/h"
Appeared in Software version 5.14.11.30