Match Finished

Overview

Match results will be calculated as soon as the umpire enters the final point into their tablet.

However, the match is not confirmed as FINAL until the 'Match Finished' packet is sent.

This is done so that if the umpire makes a mistake awarding a point to a team, they can undo it.

Packet

The 'Match Finished' packet is the final packet that is sent through for a match, e.g:

  • Match Finished JSON

{
  "timestamp": "2022-07-01T13:56:35.575Z",
  "reason": "Normally",
  "eventElementType": "MatchFinished",
  "matchTime": "03:28:28",
  "seqNum": 964,
  "won": "TeamB"
}

Best Practice

You should use this packet to:

  • Settle Winner Markets

  • Assume that the event has finished and disconnect from the event

Last updated