Wiki source code of do_enable_parkposition.asp
Last modified by YellowFox_RD on 2024/12/19 10:11
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="box" %) | ||
2 | (((Table of Contents))) | ||
3 | {{toc/}} | ||
4 | |||
5 | Turn on the Motion detection | ||
6 | (% class="box" %) | ||
7 | ((( | ||
8 | **Supported Boxtypes | ||
9 | **((( | ||
10 | * F-Box | ||
11 | * H-Box | ||
12 | ))) | ||
13 | ))) | ||
14 | = Description = | ||
15 | **(% class="blue mark" %)POST(%%) do_enable_parkposition.asp?company**=//COMPANY_RTIKEY//**&vehicle**=//VEHICLE_RTIKEY//**&radius**=//500// | ||
16 | = Parameter = | ||
17 | |=Parameter|=Description|=Type|=Note|=Mandatory | ||
18 | |companycompany|RTI company key|string||yes | ||
19 | |vehicle|RTI vehicle key|string||yes | ||
20 | |radius|valid radius without generating a message|int|valid values are 500, 1000, 2000 (meters) | ||
21 | 0 (meters) to deactivate Motion detection|yes | ||
22 | |||
23 | = Return = | ||
24 | Return a **string**. A success message will be "**SESSKEY:****SESSIONKEY**".** **Otherwhise it return "**(% class="error" %)ERROR:Description(%%)**". | ||
25 | = Example calls = | ||
26 | **activate with 1000 meter valid motion radius** | ||
27 | {{code language="java"}}https://map.yellowfox.de/rti/do_enable_parkposition.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&radius=1000{{/code}} | ||
28 | |||
29 | **deactivate motion detection** | ||
30 | {{code language="java"}}https://map.yellowfox.de/rti/do_enable_parkposition.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&radius=0 {{/code}} | ||
31 |