Extends from one of Homey App, Homey Device or Homey Driver types implementing IntervalConfiguration.functionName.
Optional
disableAn 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.
Optional
intervalAn optional interval time in seconds for configuring delay between executions of T.functionName(). This takes precedence
Optional
settingAn 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.