inaction.swf
An external plugin that can be used for executing FPP commands after a period of user inactivity.
The following parameters are supported:
Parameter names are not case sensitive ("ReCursive" is equal to recursive"). Parameter values, on the other hand, will be savedexactly as written.
enabled | enabled=1 | 0 or 1, default=0 |
time | time=300 | time of inactivity in seconds |
command | command=global.func5 | FPP command(s) |
recursive | recursive=1 | 0 or 1, default=0, see NOTES below |
NOTES:
When setting the recursive parameter to 1, the plugin will always initiate a new period of inactivity checking after the previous one has timed out and triggered an action.
Version history:
1.0.2:
Modified parsing of command=... parameter to allow for including semi-colons(;). 1.0.1:
Fixed timing bug in initialization function.
Modified parsing of command=... parameter to allow for including semi-colons(;). 1.0.1:
Fixed timing bug in initialization function.