MemfaultConfig

data class MemfaultConfig(val authorisationToken: String, val url: String, val deviceId: String)

The configuration data obtained from the device using GATT.

Constructors

Link copied to clipboard
constructor(authorisationToken: String, url: String, deviceId: String)

Properties

Link copied to clipboard

The authorisation header to be used for the request.

Link copied to clipboard

The device ID, also known as device Serial Number.

Link copied to clipboard
val url: String

The URL to Memfault Cloud Chunks API.