MisplacedSelectFlow

class MisplacedSelectFlow : ValidationIssue


The select flow node must be the first node in an automation.

Summary

Public constructors

Create an MisplacedSelectFlow instance.

Inherited properties

From com.google.home.automation.ValidationIssue
ValidationIssueType

The type of the validation issue.

Node

The node for which validation is failing.

ValidationIssueSeverity

The severity of the validation issue.

Public constructors

MisplacedSelectFlow

MisplacedSelectFlow(node: Node, severity: ValidationIssueSeverity)

Create an MisplacedSelectFlow instance.