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
Parameter | Description | Type | Note | Mandatory |
---|---|---|---|---|
companycompany | RTI company key | string | yes | |
vehicle | RTI vehicle key | string | yes | |
radius | valid radius without generating a message | int | 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