Delay

class Delay : Node


A Node that provides the ability to pause for a specified amount of time.

Summary

Public constructors

Delay(duration: Duration)

Create a Delay instance.

Public properties

Duration

How long the delay lasts.

Inherited properties

From com.google.home.automation.Node
String?

String identifier of this node.

Public constructors

Delay

Delay(duration: Duration)

Create a Delay instance.

Parameters
duration: Duration

The duration of the delay.

Public properties

duration

val durationDuration

How long the delay lasts. The duration may be as short as five seconds or as long as 24 hours.