-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpluginInfo.json
More file actions
24 lines (24 loc) · 1020 Bytes
/
Copy pathpluginInfo.json
File metadata and controls
24 lines (24 loc) · 1020 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
{
"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": "10.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": ""
},
{
"minFPPVersion": "9.0",
"maxFPPVersion": "0",
"branch": "master",
"sha": "682a0e88322b4013f02f0a6ec93715694fc4eb4e"
}
]
}