Suppression

class Suppression : Node


Terminates execution of all the following nodes if the automation is triggered again within the specified time range.

Summary

Public constructors

Suppression(duration: Duration)

Create a Suppression instance.

Public properties

Duration

How long to ignore starters.

Inherited properties

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

String identifier of this node.

Public constructors

Suppression

Suppression(duration: Duration)

Create a Suppression instance.

Parameters
duration: Duration

The duration of the suppression. This may be as short as five seconds or as long as 24 hours.

Public properties

duration

val durationDuration

How long to ignore starters.