model.getTimer(timer)
Last updated
Was this helpful?
Get model timer parameters
@status current Introduced in 2.0.0, name added in 2.3.6
timer (number) timer index (0 for Timer 1)
nil requested timer does not exist
table timer parameters:
mode (number) timer trigger source: off, abs, stk, stk%, sw/!sw, !m_sw/!m_sw
start (number) start value [seconds], 0 for up timer, 0> down timer
value (number) current value [seconds]
countdownBeep (number) countdown beep (0 = silent, 1 = beeps, 2 = voice)
minuteBeep (boolean) minute beep
persistent (number) persistent timer
name (string) timer name
Last updated
Was this helpful?
Was this helpful?