Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LoRaWANUpdateGatewayTaskCreate

import type { LoRaWANUpdateGatewayTaskCreate } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";

LoRaWANUpdateGatewayTaskCreate object.

interface LoRaWANUpdateGatewayTaskCreate {
CurrentVersion?: LoRaWANGatewayVersion | null;
SigKeyCrc?: number | null;
UpdateSignature?: string | null;
UpdateVersion?: LoRaWANGatewayVersion | null;
}

§Properties

§
CurrentVersion?: LoRaWANGatewayVersion | null
[src]

The version of the gateways that should receive the update.

§
SigKeyCrc?: number | null
[src]

The CRC of the signature private key to check.

§
UpdateSignature?: string | null
[src]

The signature used to verify the update firmware.

§
UpdateVersion?: LoRaWANGatewayVersion | null
[src]

The firmware version to update the gateway to.