HomeObjectRemovedEvent

@HomeExperimentalApi
class HomeObjectRemovedEvent<T : HasId> : HomeObjectChangeEvent


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

Summary

Public constructors

Public properties

open Id

Id of the object this event refers to.

Public constructors

HomeObjectRemovedEvent

<T : HasId> HomeObjectRemovedEvent(id: Id)

Public properties

id

open val idId

Id of the object this event refers to.