MqttRecordMessage

@Serializable
data class MqttRecordMessage(val value: String, val timestamp: LocalDateTime)

Data class that represents message that should be sent to server with MQTT

Constructors

Link copied to clipboard
constructor(value: String, timestamp: LocalDateTime)

Functions

Link copied to clipboard

Properties

Link copied to clipboard
val timestamp: LocalDateTime

LocalDateTime when value was received

Link copied to clipboard

recorded value