Server Communication Configuration
data class ServerCommunicationConfiguration(val transmissionInterval: TransmissionInterval, val ackInterval: AckInterval)
Represents configuration parameters of communication with server to which sensor sends data
Parameters
transmission Interval
interval in seconds for sending measurements to remote server via cellular module
ack Interval
interval in seconds (greater than 0) after which device will wait for ACK from server, or -1 if device waits for ACK for every message sent