Operations Using URL Parameters (List)
You can use URL parameters to separate elements on the viewer screen and perform other actions. For more details, please refer to each section.
List of Available URL Parameters
Available Parameters | Value | Description | controller | viewer |
---|---|---|---|---|
| String Type (Name string) | Sets the default name for the connected device. | ⭕ | ⭕ |
| String Type
( | Shows only the specified timer on the screen. | ❌ | ⭕ |
| Bool Type
( | Hides the remaining time of the displayed timer. | ❌ | ⭕ |
| Bool Type
( | Hides the title of the displayed timer. | ❌ | ⭕ |
| Bool Type
( | Hides the currenttime of the displayed timer. | ❌ | ⭕ |
| Bool Type
( | Hides the progress bar of the displayed timer. | ❌ | ⭕ |
| Bool Type
( | Hides the buttons of the displayed timer. | ❌ | ⭕ |
| Bool Type
( | Makes the timer background transparent. | ❌ | ⭕ |
| Bool Type
( | Inverts the displayed timer vertically. | ❌ | ⭕ |
| Bool Type
( | Inverts the displayed timer horizontally. | ❌ | ⭕ |
When specifying multiple parameters, start the first parameter with '?' and separate the second and subsequent parameters with '&'.
ex. https://timer-share.com/timer_sections/UUID?d-name=Group1&hidden-timer-button=true
Last updated