UnsupportedStarterBehavior

class UnsupportedStarterBehavior : ValidationIssue


The entity behavior type is not supported by the starter node.

Summary

Public constructors

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

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

UnsupportedStarterBehavior

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

Create an UnsupportedStarterBehavior instance.

Public properties

behaviorType

val behaviorTypeString

The behavior type.