MissingStarterNode

class MissingStarterNode : ValidationIssue


The node cannot be reached without a preceding starter node.

Summary

Public constructors

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

MissingStarterNode

MissingStarterNode(node: Node, severity: ValidationIssueSeverity)

Create an MissingStarterNode instance.