Skip to content

Releases: 0xjmux/room_alert_bot

First Production Release! Logging, Error Handling, Email, and more!

06 Apr 07:12
Compare
Choose a tag to compare

This is the first major release, and is the first production-ready version.

  • When you flick the switch, the messages are posted to discord via webhook (duh)
  • All program activities are logged, and errors are handled as they come up.
  • The program can check for discord going down in the case of connection errors and send an email to the administrator on repeated failures.
  • The LEDs act as status lights - not only for basic on or off, but also in the case of connection issues.

Alpha: Basic Functionality, no error handling

03 Mar 05:09
Compare
Choose a tag to compare

This release has all the basic functionality present. You flip the switch, the LEDs change colors, and a message is posted in discord via webhook.

However, there is little to no debug functionality present. There's no alerting on a failed message, failure to connect to the internet, or any other issue. Email backup alerts for system errors are not implemented.

Use at your own risk.