TaskDefinitionLoRaWanUpdateGatewayTaskCreate

data class TaskDefinitionLoRaWanUpdateGatewayTaskCreate(val currentVersion: TaskDefinitionLoRaWanGatewayVersion? = null, val sigKeyCrc: Int? = null, val updateSignature: String? = null, val updateVersion: TaskDefinitionLoRaWanGatewayVersion? = null)

Constructors

constructor(currentVersion: TaskDefinitionLoRaWanGatewayVersion? = null, sigKeyCrc: Int? = null, updateSignature: String? = null, updateVersion: TaskDefinitionLoRaWanGatewayVersion? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of the gateways that should receive the update.

Link copied to clipboard
val sigKeyCrc: Int? = null

The CRC of the signature private key to check.

Link copied to clipboard
val updateSignature: String? = null

The signature used to verify the update firmware.

Link copied to clipboard

The firmware version to update the gateway to.