SetClose

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

Request to update the device with an SOS close/end event.

This operation informs the device that an active SOS incident has been resolved or closed 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 closed/ended.