BlockedAction

class BlockedAction : ValidationIssue


The action could impact the safety, security, or privacy of a household.

Summary

Public constructors

BlockedAction(
    node: Node,
    severity: ValidationIssueSeverity,
    entityType: String,
    actionType: String
)

Create an BlockedAction instance.

Public properties

String

The action type.

String

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

BlockedAction

BlockedAction(
    node: Node,
    severity: ValidationIssueSeverity,
    entityType: String,
    actionType: String
)

Create an BlockedAction instance.

Public properties

actionType

val actionTypeString

The action type.

entityType

val entityTypeString

The enttiy type.