-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathserver.json
33 lines (33 loc) · 1.01 KB
/
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
32
33
{
"name": "Example-1",
"docs": "https://github.com/UniversalDevicesInc/udi-example1-poly/README.md",
"type": "python3",
"executable": "count.py",
"install": "install.sh",
"description": "Example node server that simply increments a count. This is demonstrating how to create a simple node server that doesn't have a controller node and creates only a device node.",
"notice": "",
"shortPoll": "60",
"longPoll": "600",
"logLevel": "WARNING",
"profile_version": "1.0.0",
"customParams": {
"multiplier": 1
},
"credits": [
{
"title": "Example Node Server for ISY/Polyglot",
"author": "Bob Paauwe",
"version": "1.0.0",
"date": "August 11, 2021",
"source": "https://github.com/UniversalDevicesInc/udi-example1-poly",
"license": "https://github.com/UniversalDevicesInc/udi-example1-poly/LICENSE"
}
],
"store" : {
"developer": "bpaauwe@bobsplace.com",
"price": 0.00,
"recurring": 0,
"recurring_interval": "month",
"recurring_period": 0
}
}