timerId = setTimer(float time);
function updateTimer(timerId) {};
maybe wrap that in a class, and use that when using Siri. you just have to speak the class definition first.
Hey Siri! set a timer using myCustomClassTimer!
timerId = setTimer(float time);
function updateTimer(timerId) {};
maybe wrap that in a class, and use that when using Siri. you just have to speak the class definition first.
Hey Siri! set a timer using myCustomClassTimer!