Added independent referee button to signal field reset.

This commit is contained in:
Patrick Fairbank
2014-09-05 22:42:26 -07:00
parent 1c670869bd
commit 15faf9dc9f
5 changed files with 32 additions and 4 deletions

View File

@@ -77,6 +77,11 @@ var cycleCard = function(cardButton) {
$(cardButton).attr("data-card", newCard);
};
// Signals to the teams that they may enter the field.
var signalReset = function() {
websocket.send("signalReset");
};
// Signals the scorekeeper that foul entry is complete for this match.
var commitMatch = function() {
websocket.send("commitMatch");