matiasandina / FEDWatcher

Software and Hardware to connect FED3 devices over serial on Raspberry Pi 4
MIT License
4 stars 1 forks source link

Allow user to specify notification frequency for Telegram #39

Open matiasandina opened 1 year ago

matiasandina commented 1 year ago

This change has to happen in two places

1) The GUI needs a box to parse the number of hours. 2) The Fedwatcher() class has a notification frequency global...We could add it to the class definition as in Fedwatcher(notif_interval = 6)