-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpluginInfo.json
More file actions
36 lines (36 loc) · 859 Bytes
/
pluginInfo.json
File metadata and controls
36 lines (36 loc) · 859 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
36
{
"repoName": "fpp-WLED-Control",
"name": "WLED Control",
"author": "Taylor Mitchell",
"description": "WLED-like control interface for FPP",
"homeURL": "https://github.com/CaffeinatedFunctionality/fpp-WLED-Control",
"srcURL": "https://github.com/CaffeinatedFunctionality/fpp-WLED-Control.git",
"bugURL": "https://github.com/CaffeinatedFunctionality/fpp-WLED-Control/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "5.0",
"maxFPPVersion": "5.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "6.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "7.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "8.99",
"branch": "master",
"sha": ""
}
]
}