forked from LightsOnHudson/FPP-Plugin-Matrix-Message
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pluginInfo.json
executable file
·29 lines (29 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
{
"repoName": "FPP-Plugin-Matrix-Message",
"name": "Message Queue to Matrix Overlay",
"author": "Ben Shaver (bshaver) and Pat Delaney (patdelaney) updated by Rick Harris",
"description": "This plugin will push the messages that are in the Message queue plugin to your Matrix. This Plugin requires the Matrix Tools plugin and the Message Queue Aggregator Plugin",
"homeURL": "https://github.com/FalconChristmas/FPP-Plugin-Matrix-Message",
"srcURL": "https://github.com/FalconChristmas/FPP-Plugin-Matrix-Message.git",
"bugURL": "https://github.com/FalconChristmas/FPP-Plugin-Matrix-Message/issues",
"versions": [
{
"minFPPVersion": "2.7",
"maxFPPVersion": "4.6.9",
"branch": "master",
"sha": "14b53b0a77611d309d3e37fa1c57a2805ae3213a"
},
{
"minFPPVersion": "5.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": ""
}
]
}