SelectFlow

class SelectFlow : Node


A Node that, when it contains more than one Node, allows only one Node to execute.

Summary

Public constructors

SelectFlow(nodes: List<Node>)

Create a SelectFlow instance from a list of nodes.

Public properties

List<Node>

The Node instances within the SelectFlow.

Inherited properties

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

String identifier of this node.

Public constructors

SelectFlow

SelectFlow(nodes: List<Node>)

Create a SelectFlow instance from a list of nodes.

Parameters
nodes: List<Node>

The nodes to include in the SelectFlow.

Public properties

nodes

val nodesList<Node>

The Node instances within the SelectFlow.