> For the complete documentation index, see [llms.txt](https://interactiveboard.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interactiveboard.gitbook.io/docs/objects/static/delayed-function-timer.md).

# Delayed Function Timer

Timer activates when the scene is loaded or when the timer is enabled by another function.

```yaml
## object name, you can set this to anything that is unique
obj1:
  ## object type
  type: delayed_function_timer
  ## repeat time (in milliseconds, 1 second = 1000 milliseconds)
  time: 200
  ## functions that the timer executes
  functions:
    function:
      type: ## some function replace this
    function2:
      type: ## some function replace this
```
