Turn on the Motion detection

Supported Boxtypes

  • F-Box
  • H-Box 

Description

POST do_enable_parkposition.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&radius=500

Parameter

ParameterDescriptionTypeNoteMandatory
companycompanyRTI company keystring
yes
vehicleRTI vehicle keystring
yes
radiusvalid radius without generating a messageint

valid values are 500, 1000, 2000 (meters)

0 (meters) to deactivate Motion detection

yes

Return

Return a string. A success message will be "SESSKEY:SESSIONKEY". Otherwhise it return "ERROR:Description".

Example calls

activate with 1000 meter valid motion radius
https://map.yellowfox.de/rti/do_enable_parkposition.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&radius=1000
deactivate motion detection
https://map.yellowfox.de/rti/do_enable_parkposition.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&radius=0 
  • No labels