-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpluginInfo.json
executable file
·39 lines (38 loc) · 1.11 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-osc",
"name": "Open Sound Control",
"author": "Daniel Kulp",
"description": "Listener for Open Sound Control messages to trigger FPP Commands",
"homeURL": "https://github.com/FalconChristmas/fpp-osc",
"srcURL": "https://github.com/FalconChristmas/fpp-osc.git",
"bugURL": "https://github.com/FalconChristmas/fpp-osc/issues",
"versions": [
{
"minFPPVersion": "4.0",
"maxFPPVersion": "5.99",
"branch": "master",
"sha": "2c944d761c2d3f9af68dae6cc73d5c72307b90d6"
},
{
"minFPPVersion": "6.0",
"maxFPPVersion": "6.99",
"branch": "master",
"sha": "38ed4349c31c26185f180ce4b8d94c8bde0dab4f",
"allowUpdates": 0
},
{
"minFPPVersion": "7.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": "",
"allowUpdates": 1
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}