Class NotificationPresets.General

java.lang.Object
frc.alotobots.util.NotificationPresets.General
Enclosing class:
NotificationPresets

public final class NotificationPresets.General extends Object
Contains general-purpose notification methods that can be used by any subsystem.
  • Constructor Details

    • General

      public General()
  • Method Details

    • sendGeneralNotification

      public static void sendGeneralNotification(Elastic.ElasticNotification.NotificationLevel level, String title, String message)
      Sends a general notification with customizable parameters.
      Parameters:
      level - The severity level of the notification
      title - The title of the notification
      message - The message content of the notification