Skip to content

Beta Release version 0.2.5-b02

Compare
Choose a tag to compare
@naztronaut naztronaut released this 21 Jan 00:55
· 73 commits to master since this release

Second build to fix a couple of issues:

  • The email script was sending blank emails if the downtime counts was not divisible by 3. The script is meant to send emails only after each 3 failed checks (45 minutes by default). But it was sending one every 15 minutes, two blanks and one with actual data. This has been fixed.
  • Added a screenshots folder for documentation purposes. Accidentally checked it in earlier. Added it to .gitignore
  • Updated readme to point to the newly created release
  • Typos

These following were posted in the last build, they remain the same:

  • Updated README with more documentation steps
  • Added the following GET web services into the Flask App
    • Get Cron - get a list of all cron jobs
    • Get Notifications - get a list of every time the app tried to notify you via email, whether it was successful or not
  • Added the following PUT web services into the Flask App
    • Override Green - override the on/off status of the green LED as defined by cron jobs
    • Check Frequency - modify how often sites are checked
    • Update Cron - modify all cron jobs based on their comment (unique identifier)
  • Moved GPIO Pin settings into the configuration file for easier editing
  • Fixed bug to allow saving notifications to database to keep track of successful and failed email notifications
  • Typos
  • Other bug fixes