Package frc.alotobots.util
Class NotificationPresets.General
java.lang.Object
frc.alotobots.util.NotificationPresets.General
- Enclosing class:
- NotificationPresets
Contains general-purpose notification methods that can be used by any subsystem.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
sendGeneralNotification
(Elastic.ElasticNotification.NotificationLevel level, String title, String message) Sends a general notification with customizable parameters.
-
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 notificationtitle
- The title of the notificationmessage
- The message content of the notification
-