cyberartemio / wof-pwnagotchi-plugin

🐬 Pwnagotchi plugin for Wall of Flippers
GNU General Public License v3.0
43 stars 1 forks source link

Decrease flipper online timespan #2

Closed cyberartemio closed 7 months ago

cyberartemio commented 7 months ago

At the moment, a Flipper will be considered online by the plugin if the last seen timestamp is within 5 minutes. This is probably too much so it should be lowered to 1 minute or 2.

Ideally, it should be set inside the config.toml so every user can set the timespan depending on their preference. As a default value it can use 2 minutes. Also, instead of minutes, the value should be set in seconds to improve the precision.