-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
35 lines (35 loc) · 918 Bytes
/
Copy pathpluginInfo.json
File metadata and controls
35 lines (35 loc) · 918 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
{
"repoName": "fpp-node-red",
"name": "FPP Node-RED Plugin",
"author": "DarylC (darylc)",
"description": "Node-RED allows you to customise FPP in a graphical way as an alternative to complex playlist nesting and custom scripts.",
"homeURL": "https://github.com/darylc/fpp-node-red",
"srcURL": "https://github.com/darylc/fpp-node-red.git",
"bugURL": "https://github.com/darylc/fpp-node-red/issues",
"allowUpdates": 1,
"minMemoryMB": 10024,
"minCpuCores": 20,
"versions": [
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"platforms": ["Raspberry Pi"]
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"platforms": ["Raspberry Pi"]
},
{
"minFPPVersion": "10.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"platforms": ["Raspberry Pi"]
}
]
}