DuplicateStarterNode

class DuplicateStarterNode : ValidationIssue


The starter is listening to the same trait change or event as existing starter nodes.

Summary

Public constructors

DuplicateStarterNode(
    node: Node,
    severity: ValidationIssueSeverity,
    otherDuplicatedStarterNodes: List<Node>
)

Create an DuplicateStarterNode instance.

Public properties

List<Node>

A list of nodes other than node that are listening to the same trait change or event.

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

DuplicateStarterNode

DuplicateStarterNode(
    node: Node,
    severity: ValidationIssueSeverity,
    otherDuplicatedStarterNodes: List<Node>
)

Create an DuplicateStarterNode instance.

Public properties

otherDuplicatedStarterNodes

val otherDuplicatedStarterNodesList<Node>

A list of nodes other than node that are listening to the same trait change or event.