File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/java/org/carlmontrobotics/lib199 Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1414import edu .wpi .first .networktables .PubSubOption ;
1515import edu .wpi .first .networktables .StringPublisher ;
1616import edu .wpi .first .networktables .StringTopic ;
17+ /**
18+ * A class that provides methods for interacting with the Elastic dashboard, including sending
19+ * notifications and selecting tabs. This taken striaght from the official Elastic documentation
20+ * (see https://frc-elastic.gitbook.io/docs/additional-features-and-references/robot-notifications-with-elasticlib for documentation
21+ * and for original code https://github.com/Gold872/elastic-dashboard/blob/main/elasticlib/Elastic.java)
22+ */
1723
1824public final class Elastic {
1925 private static final StringTopic notificationTopic =
You can’t perform that action at this time.
0 commit comments