-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
18 lines (18 loc) · 882 Bytes
/
pluginInfo.json
File metadata and controls
18 lines (18 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"repoName": "fpp-plugin-AdvancedStats",
"name": "Advanced Stats Plugin",
"author": "Stuart Ledingham (onlinedynamic)",
"description": "Comprehensive analytics & monitoring for FPP - Track sequences, playlists, GPIO events, commands & presets in real-time. Features interactive dashboards, heat maps, live event monitoring, searchable history, automatic archiving, and full REST API. Identify usage patterns, optimize show scheduling, and gain deep insights into your light show operations. Requires MQTT broker enabled.",
"homeURL": "https://github.com/OnlineDynamic/Statistics-Fpp-Plugin",
"srcURL": "https://github.com/OnlineDynamic/Statistics-Fpp-Plugin.git",
"bugURL": "https://github.com/OnlineDynamic/Statistics-Fpp-Plugin/issues",
"allowUpdates": 1,
"versions": [
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": ""
}
]
}