UnsupportedActionBehavior

class UnsupportedActionBehavior : ValidationIssue


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

Summary

Public constructors

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

Create an UnsupportedActionBehavior instance.

Public properties

String

A description of 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

UnsupportedActionBehavior

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

Create an UnsupportedActionBehavior instance.

Public properties

behaviorType

val behaviorTypeString

A description of the behavior type.