Add pre- and post-match LED modes to indicate field status.

This commit is contained in:
Patrick Fairbank
2018-07-21 23:26:44 -07:00
parent 738b5a0e7b
commit cd050d4e18
6 changed files with 74 additions and 12 deletions

View File

@@ -79,6 +79,11 @@ var cycleCard = function(cardButton) {
$(cardButton).attr("data-card", newCard);
};
// Signals to the volunteers that they may enter the field.
var signalVolunteers = function() {
websocket.send("signalVolunteers");
};
// Signals to the teams that they may enter the field.
var signalReset = function() {
websocket.send("signalReset");