StartOta

data class StartOta(val sizeBytes: Long, val sha256Hash: String) : OtaCommand(source)

Start OTA update with firmware size and SHA-256 hash

Constructors

Link copied to clipboard
constructor(sizeBytes: Long, sha256Hash: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String