Alejandro Acuña
2024-08-12 831c7bd85763b5eb5ef46664c65f0181824f9e13
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
    "Polling send messages vms controller": 30,
    "Polling send voice messages controller": 180,
    "Polling etd server controller": 10,
    "Polling lpr server controller": 1,
    "Polling parking server controller": 1,
    "Polling barrier server controller": 1,
    "Polling permission priority controller" : 60,
    "Polling permission no priority controller" : 120,
    "Days to calculate time to leave": 2,
    "Minutes add time to leave": 15,
    "Number of plates to show in vms": 0,
    "Maximum number of plates to show in vms": 7,
    "Number of allowed plates to show in vms": 5,
    "Minutes delete plates vms": 15,
    "Default minutes time to leave": 20,
    "Sleep to turn off transit vms": 12,
    "Information voice message": "Uwaga. Obowiązkowa rejestracja pojazdów jadących do odprawy celnej. Zarejestruj się na MOP Hruszowice lub na parkingu w Młynach",
    "Barrier order retries": 6,
    "Use median for ttl calculation": false,
    "Use border input ouput for queue calculation": true,
    "Use border output ratio": false,
    "Use ttl calculation median": true,
    "Use ttl calculation average": false,
    "Use minimum value median average for ttl": true,
    "Add to border output list vehicles repeated with ticket": false,
    "Border output rate calculation hours": 12,
    "Border output rate max value": 10,
    "Border output rate min value": 3,
    "Max minutes ttl period": 2880,
    "Use ttl period real": false,
    "Secons add ttl" : 60,
    "Add to border vehicles detected inside not queue" : true,
    "Check plates similarity on border input" : true,
    "Delete minutes intercom list" : 720,
 
    "Etds border":
    [
        "etdtcp-rzeszów-7"
    ],
 
    "Etds ended":
    [
        "etdtcp-rzeszów-8"
    ],
 
    "Automatic messages":
    [
        {
          "Text before plate" : "Pojazd z numerem rejestracyjnym",
          "Text after plate" : "wyjedź z parkingu",
          "Language" : "pl-PL",
          "Channel" : 19,
          "Delay" : 0,
          "Mono" : false,
          "Pause" : 3,
          "Priority" : 0,
          "Volume" : 100,
          "Rate" : 1
        }
    ],
    
    "Camera 1" : "cctv-rzeszów-22",
    "Camera 2" : "cctv-rzeszów-23"
}