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 entityIdString

The unique ID of the entity.

entityType

val entityTypeString

The type of the entity.

eventId

val eventIdString

The unique ID of the event.

unsupportedReasons

val unsupportedReasonsList<UnsupportedCandidateReason>

List of reasons why the event is not supported.