AutomationDelay
class AutomationDelay(seconds: Long? = null, screens: List<String>? = null, executionWindow: ExecutionWindow? = null, val regionId: String? = null, val appState: AutomationAppState? = null, val cancellationTriggers: List<AutomationTrigger>? = null) : JsonSerializable
Defines conditions that might delay the execution of a schedule.
Constructors
Link copied to clipboard
constructor(seconds: Long? = null, screens: List<String>? = null, executionWindow: ExecutionWindow? = null, regionId: String? = null, appState: AutomationAppState? = null, cancellationTriggers: List<AutomationTrigger>? = null)