updateTennisGameScore
Use the interface to change the game score of one set. (It only supports changing the current set or the finished set.)
Request Mode
POST/GET http://ip/V1.0/gfx/tennis/updateTennisGameScore?setNumber=1&team1Score=2&team2Score=3&uuid=1718789860579&sceneId=3f12205d-a92c-4575-bd09-e947fab51bc3
Request Data
| Parameter | Type | Description |
|---|---|---|
| setNumber | Int | The set, 1, 2, 3... |
| team1Score | Int | The number of games Player 1 has won in a specific set. The value ranges from 0 to 7. |
| team2Score | Int | The number of games Player 2 has won in a specific set. The value ranges from 0 to 7. |
| uuid | String | Unique ID of the scoreboard, non-essential parameter, without which is considered to control the global scoreboard displayed on the PGM scene |
| sceneId | String | Unique ID of a scene, non-essential parameter, only required for a private scoreboard |