RoomHistoryItem

@HomeExperimentalApi
interface RoomHistoryItem : HistoryItem


A history item generated by a room.

Summary

Public properties

String

Name of the structure at the time of the event was emitted.

Id?

Id of the structure that contains the room.

Inherited properties

From com.google.home.HistoryItem
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

originalStructureName

val originalStructureNameString

Name of the structure at the time of the event was emitted.

structureId

val structureIdId?

Id of the structure that contains the room.