Extends from one of Homey App, Homey Device or Homey Driver types implementing IntervalConfiguration.functionName.
OptionaldisableAn optional flag to disable the automatic start of the interval.
The name of the function to be executed on the device, must be defined by the device instance.
OptionalignoreAn optional flag to ignore availability if supported (eg: Device).
OptionalintervalAn optional interval time in seconds for configuring delay between executions of T.functionName(). This takes precedence
OptionalsettingAn optional setting name associated with the interval operation. If specified and contains a valid number value, this is used as the delay between intervals. This takes precedence over IntervalConfiguration.intervalSeconds.
Represents the configuration for an interval-based operation on a device.