forked from BME-nodeservers/udi-rainforest-poly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
40 lines (40 loc) · 995 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
32
33
34
35
36
37
38
39
40
{
"name": "Eagle 200",
"docs": "https://github.com/BME-nodeservers/udi-rainforest-poly",
"type": "python3",
"executable": "eagle.py",
"install": "install.sh",
"description": "Smart Home Energy Montior",
"notice": "",
"shortPoll": "15",
"longPoll": "60",
"profile_version": "1.0.0",
"customParams": {
"IP Address" : "",
"Cloud ID" : "",
"Install Code" : ""
},
"credits": [ {
"title": "Rainforest Eagle 200: a node server for energy meter monitoring",
"author": "Bob Paauwe",
"version": "1.0.0",
"date": "May 26, 2021",
"source": "https://github.com/BME-nodeservers/udi-rainforest-poly",
"license": "https://github.com/BME-nodeservers/udi-rainforest-poly/LICENSE"
} ],
"store": {
"developer": "[email protected]",
"purchaseOptions": [
{
"isTrial": true,
"recurring": 30,
"recurringPeriod": "day",
"price": 0
},
{
"isPerpetual": true,
"price": 5.00
}
]
}
}