HomeObjectUpdatedEvent

@HomeExperimentalApi
class HomeObjectUpdatedEvent<T : HasId> : HomeObjectChangeEvent


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

Summary

Public constructors

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

Public properties

open Id

Id of the object this event refers to.

T

Public constructors

HomeObjectUpdatedEvent

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

Public properties

id

open val idId

Id of the object this event refers to.

updatedObject

val updatedObject: T