Skip to content

Commit ef64805

Browse files
committed
added some documentation for the elastic class
1 parent fa9f5f8 commit ef64805

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/carlmontrobotics/lib199/Elastic.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@
1414
import edu.wpi.first.networktables.PubSubOption;
1515
import edu.wpi.first.networktables.StringPublisher;
1616
import 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

1824
public final class Elastic {
1925
private static final StringTopic notificationTopic =

0 commit comments

Comments
 (0)