Options
All
  • Public
  • Public/Protected
  • All
Menu

Module TimerEvents

The TimerEvents module allows to easily create automations that are triggered periodically. The TimerEvents module lets you declare timer triggers that will trigger the automation in a specified period.

Index

Type aliases

ShortInterval

ShortInterval: { unit: ShortIntervalUnit; value: number }

Type declaration

ShortIntervalUnit

ShortIntervalUnit: "hours" | "minutes" | "seconds" | "ms"

Variables

Const TIMER_EVENT_TYPE

TIMER_EVENT_TYPE: "timer" = "timer"

A string value describing timer event type.

Functions

isTimerEvent

Generated using TypeDoc