-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathserver.json
executable file
·31 lines (31 loc) · 932 Bytes
/
server.json
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
{
"name": "PythonTemplate",
"docs": "https://github.com/Einstein42/udi-poly-template-python",
"type": "python3",
"executable": "template-poly.py",
"install": "install.sh",
"install_cloud": "install_cloud.sh",
"description": "Template Node Server",
"notice": "Your disclaimer here",
"shortPoll": "120",
"longPoll": "240",
"testMode": false,
"profile_version": "2.1.0",
"credits": [
{
"title": "mypoly: a NodeServer for Template Integration",
"author": "James Milne (Einstein.42)",
"version": "2.1.5",
"date": "November 8, 2017",
"source": "https://github.com/Einstein42/udi-poly-template-python",
"license": "https://raw.githubusercontent.com/Einstein42/udi-poly-template-python/master/LICENSE"
}
],
"store": {
"developer": "[email protected]",
"price": 0.01,
"recurring": 0,
"recurring_interval": "month",
"recurring_period": 0
}
}