Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 842 Bytes

File metadata and controls

27 lines (21 loc) · 842 Bytes

TelematicsIdleConfiguration

Properties

Name Type Description Notes
MinIdleTimeSec Int32 [optional]
MinIdleSpeedKmh Int32 [optional]
DetectStopMaxSpeedKmh Int32 [optional]
MaxRadiusMeters Int32 [optional]

Examples

  • Prepare the resource
$TelematicsIdleConfiguration = Initialize-RealGreenSaPSTelematicsIdleConfiguration  -MinIdleTimeSec null `
 -MinIdleSpeedKmh null `
 -DetectStopMaxSpeedKmh null `
 -MaxRadiusMeters null
  • Convert the resource to JSON
$TelematicsIdleConfiguration | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]