-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcommands_cmd.json
More file actions
35 lines (35 loc) · 1.17 KB
/
Copy pathcommands_cmd.json
File metadata and controls
35 lines (35 loc) · 1.17 KB
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
[
{
"Id": "*",
"Name": "WinTV_Capt1ShotGardenStart",
"EntityName": "WinTV_Capt1ShotGardenStart",
"Type": "CustomCommand",
"EntityType": "button",
"Command": "cd c:\\PythonProjects\\MyRTSPCapt && venv\\Scripts\\activate.bat && python MyRTSPCapt.py -u user -p password -o 1shot -l 300 -i 192.168.1.2",
"KeyCode": 0,
"RunAsLowIntegrity": false,
"Keys": []
},
{
"Id": "*",
"Name": "WinTV_Capt1ShotGardenStop",
"EntityName": "WinTV_Capt1ShotGardenStop",
"Type": "CustomCommand",
"EntityType": "button",
"Command": "cd c:\\PythonProjects\\MyRTSPCapt && venv\\Scripts\\activate.bat && python MyRTSPCapt.py -o stop -l 300 -i 192.168.1.2",
"KeyCode": 0,
"RunAsLowIntegrity": false,
"Keys": []
},
{
"Id": "*",
"Name": "WinTV_CaptFEGardenStart",
"EntityName": "WinTV_CaptFEGardenStart",
"Type": "CustomCommand",
"EntityType": "button",
"Command": "cd c:\\PythonProjects\\MyRTSPCapt && venv\\Scripts\\activate.bat && python MyRTSPCapt.py -u user -p password -o forever -l 300 -i 192.168.1.2",
"KeyCode": 0,
"RunAsLowIntegrity": false,
"Keys": []
}
]