enum Sourceextension HistoryItem.Source : SendableThe source of the history item.
-
A structure.
Declaration
Swift
case structure(structure: HistoryItem.Entity) -
A room.
Declaration
Swift
case room(room: HistoryItem.Entity, structure: HistoryItem.Entity?) -
A device.
Declaration
Swift
case device(device: HistoryItem.Entity, room: HistoryItem.Entity?, structure: HistoryItem.Entity?) -
An unknown source, typically because the entity type is not supported.
Declaration
Swift
case unknown(entity: HistoryItem.Entity)