UnsupportedStateReaderBehavior

class UnsupportedStateReaderBehavior : ValidationIssue


The entity behavior type is not supported by the state reader node.

Summary

Public constructors

UnsupportedStateReaderBehavior(
    node: Node,
    severity: ValidationIssueSeverity,
    behaviorType: String
)

Create an UnsupportedStateReaderBehavior instance.

Public properties

String

The behavior 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

UnsupportedStateReaderBehavior

UnsupportedStateReaderBehavior(
    node: Node,
    severity: ValidationIssueSeverity,
    behaviorType: String
)

Create an UnsupportedStateReaderBehavior instance.

Public properties

behaviorType

val behaviorTypeString

The behavior type.