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.
Last updated
You can use URL parameters to separate elements on the viewer screen and perform other actions. For more details, please refer to each section.
Last updated
Available Parameters | Value | Description | controller | viewer |
---|---|---|---|---|
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
d-name
String Type (Name string)
Sets the default name for the connected device.
⭕
⭕
only-timer-display
String Type
(time
/title
/currenttime
/progress
)
Shows only the specified timer on the screen.
❌
⭕
hidden-timer-time
Bool Type
(true
/false
)
Hides the remaining time of the displayed timer.
❌
⭕
hidden-timer-title
Bool Type
(true
/false
)
Hides the title of the displayed timer.
❌
⭕
hidden-timer-currenttime
Bool Type
(true
/false
)
Hides the currenttime of the displayed timer.
❌
⭕
hidden-timer-progress
Bool Type
(true
/false
)
Hides the progress bar of the displayed timer.
❌
⭕
hidden-timer-button
Bool Type
(true
/false
)
Hides the buttons of the displayed timer.
❌
⭕
timer-bg-transparent
Bool Type
(true
/false
)
Makes the timer background transparent.
❌
⭕
vertical-flipped
Bool Type
(true
/false
)
Inverts the displayed timer vertically.
❌
⭕
horizonal-flipped
Bool Type
(true
/false
)
Inverts the displayed timer horizontally.
❌
⭕