UnsupportedNodeOutput

class UnsupportedNodeOutput : ValidationIssue


This type of node does not produce output.

Summary

Public constructors

UnsupportedNodeOutput(
    node: Node,
    severity: ValidationIssueSeverity,
    nodeType: String
)

Create an UnsupportedNodeOutput instance.

Public properties

String

The node type.

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

UnsupportedNodeOutput

UnsupportedNodeOutput(
    node: Node,
    severity: ValidationIssueSeverity,
    nodeType: String
)

Create an UnsupportedNodeOutput instance.

Public properties

nodeType

val nodeTypeString

The node type.