MisplacedStarterNode

class MisplacedStarterNode : ValidationIssue


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

Summary

Public constructors

Create an MisplacedStarterNode 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

MisplacedStarterNode

MisplacedStarterNode(node: Node, severity: ValidationIssueSeverity)

Create an MisplacedStarterNode instance.