setCountdown
Use the interface to set the time of countdown timer.
Request Mode
POST/GET http://ip/V1.0/gfx/scoreboard/setCountdown?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. |
uuid | String | Unique ID of the scoreboard, non-essential parameter, without which is considered to control the scoreboard displayed on the PGM scene |