setGameTime
Use the interface to set game time.
Request Mode
POST/GET http://ip/V1.0/gfx/scoreboard/setGameTime?h=1&m=2&s=3&sss=100&time=10:00&uuid=1718789860579
Request Data
| Parameter | Type | Description |
|---|---|---|
| h | Int | Hour, ranging from 0 to ∞ |
| m | Int | Minute, ranging from 0 to ∞ |
| s | Int | Second, ranging from 0 to ∞ |
| sss | Int | Millisecond, ranging from 0 to 999 |
| time | String | Game time, such as 01:05:06, 05:06, 6:06, 9.8, 9, 0.5. When this value exists, the h, m, s, and sss parameters will be ignored. |
| modifyTimeFormat | Boolean | Whether to modify time format when set time parameters. True: Yes, False: No. |
| uuid | String | Unique ID of the scoreboard, non-essential parameter, without which is considered to control the scoreboard displayed on the PGM scene |