Entity

struct Entity
extension HistoryItem.Entity : Sendable

Information about an entity related to a history item, at the time the event occurred.

  • id

    The object ID of the entity.

    Declaration

    Swift

    let id: String
  • The name of the entity.

    Declaration

    Swift

    let name: String
  • The type of the entity.

    Declaration

    Swift

    let type: HomeObjectType