Wiki source code of do_enable_parkposition.asp
Last modified by YellowFox_RD on 2024/12/19 10:11
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | (% class="box" %) |
![]() |
2.1 | 2 | (((Table of Contents))) |
![]() |
1.1 | 3 | {{toc/}} |
4 | |||
![]() |
2.1 | 5 | Turn on the Motion detection |
![]() |
1.1 | 6 | (% class="box" %) |
7 | ((( | ||
![]() |
2.1 | 8 | **Supported Boxtypes |
![]() |
1.1 | 9 | **((( |
10 | * F-Box | ||
![]() |
2.1 | 11 | * H-Box |
![]() |
1.1 | 12 | ))) |
13 | ))) | ||
![]() |
2.1 | 14 | = Description = |
![]() |
1.1 | 15 | **(% class="blue mark" %)POST(%%) do_enable_parkposition.asp?company**=//COMPANY_RTIKEY//**&vehicle**=//VEHICLE_RTIKEY//**&radius**=//500// |
16 | = Parameter = | ||
![]() |
2.1 | 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 | ||
![]() |
1.1 | 22 | |
![]() |
2.1 | 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** | ||
![]() |
1.1 | 27 | {{code language="java"}}https://map.yellowfox.de/rti/do_enable_parkposition.asp?company=COMPANY_RTIKEY&vehicle=VEHICLE_RTIKEY&radius=1000{{/code}} |
28 | |||
![]() |
2.1 | 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}} | ||
![]() |
1.1 | 31 |