-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpluginInfo.json
executable file
·38 lines (38 loc) · 1.08 KB
/
pluginInfo.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
34
35
36
37
38
{
"repoName": "fpp-midi",
"name": "FPP MIDI",
"author": "Daniel Kulp",
"description": "Listener for MIDI messages to trigger FPP Commands",
"homeURL": "https://github.com/FalconChristmas/fpp-midi",
"srcURL": "https://github.com/FalconChristmas/fpp-midi.git",
"bugURL": "https://github.com/FalconChristmas/fpp-midi/issues",
"versions": [
{
"minFPPVersion": "4.0",
"maxFPPVersion": "5.99",
"branch": "master",
"sha": "0726df4963d7d334cb3750c325b46f83a926c2c8"
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "6.99",
"branch": "master",
"sha": "9131ff8d34e52bf5c1fe5577cca595d13a401f28",
"allowUpdates": 0
},
{
"minFPPVersion": "7.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": "",
"allowUpdates": 1
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}