Clarification on "Using Blynk TImer" FAQ

In studying the FAQ on timers for Blynk I noticed that the reset code

timer.restartTimer(int timer_ID);

includes the keyword “int” and that none of the other examples do. It seems to be a strange place to define a data type especially since the variable was already declared and filled. Is it a typo, optional or required for this situation because it’s somehow different?

Apologies, that was an error on my part.
The surrounding text referred to restarting an interval timer, and I had intended to refer to the ID of that interval timer, by calling it ‘interval_timer_ID’ but that obviously isn’t what I wrote.

I’ve fixed it now, so it reads correctly.

Thanks for pointing it out, and congratulations on not falling asleep before you reached that point! :grinning:

Pete.