adjustBallStrike
Use the interface to modify the number of balls and strikes.
Request Mode
POST/GET http://ip/V1.0/gfx/scoreboard/adjustBallStrike?ballChange=-3&strikeChange=-3&uuid=1718789860579
Request Data
Parameter | Type | Description |
---|---|---|
ballChange | Int | Change the number of balls. A positive value is to add, and a negative value is to decrease. |
strikeChange | Int | Change the number of strikes. A positive value is to add, and a negative value is to decrease. |
uuid | String | Unique ID of the scoreboard, non-essential parameter, without which is considered to control the scoreboard displayed on the PGM scene |