forked from LightsOnHudson/FPP-Plugin-Projector-Control
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpluginInfo.json
More file actions
25 lines (25 loc) · 747 Bytes
/
pluginInfo.json
File metadata and controls
25 lines (25 loc) · 747 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
{
"repoName": "FPP-Plugin-Projector-Control",
"name": "Projector Control",
"author": "Ben Shaver (bshaver) and Pat Delaney (patdelaney)",
"description": "Basic projector control for FPP",
"homeURL": "https://github.com/FalconChristmas/FPP-Plugin-Projector-Control",
"srcURL": "https://github.com/FalconChristmas/FPP-Plugin-Projector-Control.git",
"bugURL": "https://github.com/FalconChristmas/FPP-Plugin-Projector-Control/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "2.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "",
"allowUpdates": 1
}
]
}