Ok

data class Ok(val hwVersion: String? = null, val fwVersion: String? = null, val rebootCount: Int? = null, val gitHash: String? = null) : OtaResponse(source)

Successful response with optional data

Constructors

Link copied to clipboard
constructor(hwVersion: String? = null, fwVersion: String? = null, rebootCount: Int? = null, gitHash: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard