forked from FalconChristmas/fpp-ArtNetAdv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
38 lines (37 loc) · 1.08 KB
/
pluginInfo.json
File metadata and controls
38 lines (37 loc) · 1.08 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
36
37
{
"repoName": "fpp-ArtNetAdv",
"name": "ArtNet Advanced Features",
"author": "Daniel Kulp",
"description": "Several Advanced ArtNet features including ArtNet Triggers and ArtNet TimeCodes",
"homeURL": "https://github.com/FalconChristmas/fpp-ArtNetAdv",
"srcURL": "https://github.com/FalconChristmas/fpp-ArtNetAdv.git",
"bugURL": "https://github.com/FalconChristmas/fpp-ArtNetAdv/issues",
"versions": [
{
"minFPPVersion": "5.1",
"maxFPPVersion": "5.99",
"branch": "master",
"sha": "44144a42ef01fb4ed4e10faf8f593eceade8ce5d"
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "7.99",
"branch": "FPP7",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}