HomeObjectUpdatedEvent

@HomeExperimentalApi
class HomeObjectUpdatedEventHasId> : HomeObjectChangeEvent

When a Structure, Room or HomeDevice is modified, this event is issued with the modified home object.

Summary

Public constructors

HasId> HomeObjectUpdatedEvent(id: Id, updatedObject: T)

Public properties

open Id

Id of the object this event refers to.

T

Public constructors

HomeObjectUpdatedEvent

HasId> HomeObjectUpdatedEvent(id: Id, updatedObject: T)

Public properties

id

open val idId

Id of the object this event refers to.

updatedObject

val updatedObject: T