forked from UniversalDevicesInc/udi-poly-template-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
executable file
·40 lines (40 loc) · 1012 Bytes
/
server.json
File metadata and controls
executable file
·40 lines (40 loc) · 1012 Bytes
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
{
"name": "PythonTemplate",
"docs": "https://github.com/UniversalDevicesInc/udi-poly-template-python",
"type": "python3",
"executable": "template-poly.py",
"install": "install.sh",
"description": "Template Node Server",
"notice": "Your disclaimer here",
"shortPoll": "120",
"longPoll": "240",
"testMode": false,
"logLevel": "DEBUG",
"profile_version": "3.0.0",
"customParams": {
"user": "",
"password": "my secret password",
"type": "TheType",
"host": "host_or_IP",
"port": "port_number"
},
"credits": [
{
"title": "mypoly: a NodeServer for Template Integration",
"author": "James Milne (Einstein.42)",
"version": "3.0.0",
"date": "January 14, 2021",
"source": "https://github.com/UniversalDevicesInc/udi-poly-template-python",
"license": "https://github.com/UniversalDevicesInc/udi-poly-template-python/LICENSE"
}
],
"store": {
"developer": "milne.james@gmail.com",
"purchaseOptions": [
{
"isPerpetual": true,
"price": 0
}
]
}
}