BeepWatch 2 URL Scheme
Use the BeepWatch 2 URL Scheme to setup custom timers from widgets and app launchers.
EXAMPLE: beepwatch2://timer?interval1=30&interval1Type=seconds&interval2=15&interval2Type=seconds&duration=30&durationType=minutes&sound=coachWhistle&theme=lillified&vibrate=true&flash=true&autoLap=true&autoPause=true
interval1 (integer)
DESCRIPTION: The interval of seconds/minutes to beep
DEFAULT VALUE: 60
POSSIBLE VALUES: 0-60 interval1Type (string)
DESCRIPTION: The type of beep interval
DEFAULT VALUE: 'seconds'
POSSIBLE VALUES: 'seconds', 'minutes' interval2 (integer)*
DESCRIPTION: The second interval of seconds/minutes to beep
DEFAULT VALUE: 60
POSSIBLE VALUES: 0-60 interval2Type (string)*
DESCRIPTION: The type of beep interval
DEFAULT VALUE: 'seconds'
POSSIBLE VALUES: 'seconds', 'minutes' duration (integer)*
DESCRIPTION: How long the timer will run
DEFAULT VALUE: 60
POSSIBLE VALUES: 0-60 durationType (string)*
DESCRIPTION: The type of duration interval
DEFAULT VALUE: 'seconds'
POSSIBLE VALUES: 'seconds', 'minutes' sound (string)*
DESCRIPTION: What sound to play on beep
DEFAULT VALUE: 'default'
POSSIBLE VALUES: 'default', 'coachWhistle', 'alarm', 'alarmClock', 'smokeDetector', 'woopWoop', 'singleTone', 'doubleTone' theme (string)*
DESCRIPTION: The color theme of the app
DEFAULT VALUE: 'default'
POSSIBLE VALUES: 'default', 'lillified', 'sandstoned', 'seafoamed', 'forrestity', 'pinkness' vibrate (boolean)*
DESCRIPTION: Should the timer vibrate along with the beep interval
DEFAULT VALUE: false
POSSIBLE VALUES: true, false flash (boolean)*
DESCRIPTION: Should the timer screen flash along with the beep interval
DEFAULT VALUE: false
POSSIBLE VALUES: true, false autoLap (boolean)*
DESCRIPTION: Should the lap counter automatically record each interval
DEFAULT VALUE: true
POSSIBLE VALUES: true, false autoPause (boolean)*
DESCRIPTION: Should the timer automatically pause upon each interval being reached
DEFAULT VALUE: false
POSSIBLE VALUES: true, false
* = Requires PRO upgrade