forked from UniversalDevicesInc-PG3/udi-solaredge-poly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserver.json
33 lines (33 loc) · 892 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
{
"name": "SolarEdge",
"docs": "https://github.com/UniversalDevicesInc/udi-solaredge-poly",
"type": "python3",
"executable": "solaredge-poly.py",
"install": "install.sh",
"description": "Solar Edge Cloud Integration",
"notice": "",
"shortPoll": "600",
"longPoll": "1200",
"customParams": {
"api_key": ""
},
"credits": [
{
"title": "NodeServer to integrate with Solar Edge system",
"author": "xKing",
"version": "1.0.1",
"date": "July 27, 2022",
"source": "https://github.com/UniversalDevicesInc/udi-solaredge-poly",
"license": "https://raw.githubusercontent.com/UniversalDevicesInc/udi-solaredge-poly/master/LICENSE"
}
],
"store": {
"developer": "[email protected]",
"purchaseOptions": [
{
"isPerpetual": true,
"price": 0
}
]
}
}