UnsupportedEntityEvent

class UnsupportedEntityEvent : ValidationIssue


The event is not supported by the entity.

Summary

Public constructors

UnsupportedEntityEvent(
    node: Node,
    severity: ValidationIssueSeverity,
    eventId: String,
    entityId: String,
    entityType: String,
    unsupportedReasons: List<UnsupportedCandidateReason>
)

Create an UnsupportedEntityEvent instance.

Public properties

String

The unique ID of the entity.

String

The type of the entity.

String

The unique ID of the event.

List<UnsupportedCandidateReason>

List of reasons why the event is not supported.

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

UnsupportedEntityEvent

UnsupportedEntityEvent(
    node: Node,
    severity: ValidationIssueSeverity,
    eventId: String,
    entityId: String,
    entityType: String,
    unsupportedReasons: List<UnsupportedCandidateReason>
)

Create an UnsupportedEntityEvent instance.

Public properties

entityId

val entityId: String

The unique ID of the entity.

entityType

val entityType: String

The type of the entity.

eventId

val eventId: String

The unique ID of the event.

unsupportedReasons

val unsupportedReasons: List<UnsupportedCandidateReason>

List of reasons why the event is not supported.