-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpluginInfo.json
More file actions
35 lines (35 loc) · 1.05 KB
/
pluginInfo.json
File metadata and controls
35 lines (35 loc) · 1.05 KB
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-WledEffects",
"name": "WLED Effects",
"author": "Adam Coulombe (community updates for FPP 8.x/9.x)",
"description": "Adds a UI page with buttons to start/stop built-in WLED effects on Pixel Overlay Models. Updated for FPP 8.x and 9.x compatibility (new API endpoints, multisync fixes, no duplicates, auto-scroll). Tested on 9.4.",
"homeURL": "https://github.com/adamcoulombe/fpp-WledEffects",
"srcURL": "https://github.com/adamcoulombe/fpp-WledEffects.git",
"bugURL": "https://github.com/adamcoulombe/fpp-WledEffects/issues",
"versions": [
{
"minFPPVersion": "5.0",
"maxFPPVersion": "6.999",
"branch": "main",
"sha": "0763c8537d8dceebebf0890eb2513ad62b965dc6"
},
{
"minFPPVersion": "7.0",
"maxFPPVersion": "7.999",
"branch": "main",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "8.999",
"branch": "main",
"sha": ""
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "main",
"sha": ""
}
]
}