forked from LightsOnHudson/FPP-Plugin-MessageQueue
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpluginInfo.json
More file actions
executable file
·57 lines (57 loc) · 2.39 KB
/
Copy pathpluginInfo.json
File metadata and controls
executable file
·57 lines (57 loc) · 2.39 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"repoName": "FPP-Plugin-MessageQueue",
"name": "Message Queue Aggregator for Plugins",
"linkName": "MessageQueue",
"author": "Ben Shaver (bshaver) and Pat Delaney (patdelaney)",
"description": "Message Queue Aggregator for Plugins",
"homeURL": "https://github.com/FalconChristmas/FPP-Plugin-MessageQueue",
"srcURL": "https://github.com/FalconChristmas/FPP-Plugin-MessageQueue.git",
"bugURL": "https://github.com/FalconChristmas/FPP-Plugin-MessageQueue/issues",
"iconURL": "https://raw.githubusercontent.com/FalconChristmas/FPP-Plugin-MessageQueue/master/icon.png",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "2.0",
"maxFPPVersion": "7.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "8.0",
"maxFPPVersion": "9.99",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "10.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": ""
}
],
"privacy": {
"summary": "Nothing leaves this device. Keeps every message other plugins pass through it, including visitor text messages, in a database and in the sending plugin's log until you delete them.",
"sends": [],
"collects": [
{
"what": "messages other plugins pass through it, including visitor text messages from SMS Control",
"about": "visitors",
"keptDays": null,
"canDelete": true,
"where": "plugindata/FPP-Plugin-MessageQueue/"
},
{
"what": "a copy of each message text, logged by the plugin that sends or reads it",
"about": "visitors",
"keptDays": null,
"canDelete": false,
"where": "the sending or reading plugin's log under logs/"
}
],
"sensors": [],
"remoteAccess": "none",
"systemChanges": [],
"closedCode": false,
"other": "The message database and the plugin logs stay on the device after uninstall; delete them by hand or use FPP's file manager for the logs. The database location can be changed on the plugin page; the path shown is the default. It also writes a LAST_READ marker into the settings file of each plugin that reads from it."
}
}