BasicCameraEventDetails

@HomeExperimentalApi
interface BasicCameraEventDetails


Represents basic camera event details associated with a home brief.

Summary

Public properties

Instant?

End time of the camera event, or null if unavailable.

Id

The ID of the camera entity that produced this event.

String

URL for the preview media of this camera event.

String

Unique session identifier for the camera event.

Instant?

Start time of the camera event, or null if unavailable.

String

URL for the thumbnail media of this camera event.

Public properties

endTime

val endTimeInstant?

End time of the camera event, or null if unavailable.

entityObjectId

val entityObjectIdId

The ID of the camera entity that produced this event.

previewUrl

val previewUrlString

URL for the preview media of this camera event.

sessionId

val sessionIdString

Unique session identifier for the camera event.

startTime

val startTimeInstant?

Start time of the camera event, or null if unavailable.

thumbnailUrl

val thumbnailUrlString

URL for the thumbnail media of this camera event.