SetOpen

@Serializable
data class SetOpen(val timestamp: SmpTimestamp) : SosSyncRequest

Request to update the device with an SOS open/start event.

This operation informs the device that an SOS incident has been initiated at the specified time.

Constructors

Link copied to clipboard
constructor(timestamp: SmpTimestamp)

Properties

Link copied to clipboard

The operation code that identifies the type of request.

Link copied to clipboard

The time when the SOS incident was opened/started.