SequentialFlow

class SequentialFlow : Node


A set of one or more Automation nodes that execute sequentially.

Summary

Public constructors

Create a SequentialFlow instance from a list of nodes.

Public properties

List<Node>

The Node instances within the SequentialFlow.

Inherited properties

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

String identifier of this node.

Public constructors

SequentialFlow

SequentialFlow(nodes: List<Node>)

Create a SequentialFlow instance from a list of nodes.

Parameters
nodes: List<Node>

The Node instances to be included in the SequentialFlow.

Public properties

nodes

val nodesList<Node>

The Node instances within the SequentialFlow.