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 endTime: Instant?

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

entityObjectId

val entityObjectId: Id

The ID of the camera entity that produced this event.

previewUrl

val previewUrl: String

URL for the preview media of this camera event.

sessionId

val sessionId: String

Unique session identifier for the camera event.

startTime

val startTime: Instant?

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

thumbnailUrl

val thumbnailUrl: String

URL for the thumbnail media of this camera event.