You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Turn on the Motion detection

Supported Boxtypes

  • F-Box
  • H-Box 

Description

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

Parameter

ParameterdescriptionDescriptionDetypenotemandatory
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".

Examples

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