HistoryItem

@HomeExperimentalApi
interface HistoryItem

Known direct subclasses
DeviceHistoryItem

A history item generated by a device.

RoomHistoryItem

A history item generated by a room.

StructureHistoryItem

A history item generated by a structure.


The semantic representation of a history item.

Summary

Public properties

Id

Id of the entity that generated the history item.

String

Original name of the entity that generated the event.

Event

Event that this history item represents.

Id

Id of the event this history item represents.

Id

The unique identifier of the history item.

Instant

The timestamp of the history item.

Public properties

entityId

val entityIdId

Id of the entity that generated the history item.

entityName

val entityNameString

Original name of the entity that generated the event.

event

val eventEvent

Event that this history item represents.

eventId

val eventIdId

Id of the event this history item represents.

id

val idId

The unique identifier of the history item.

timestamp

val timestampInstant

The timestamp of the history item.