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

LoRaWANUpdateGatewayTaskEntry

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

LoRaWANUpdateGatewayTaskEntry object.

interface LoRaWANUpdateGatewayTaskEntry {
CurrentVersion?: LoRaWANGatewayVersion | null;
UpdateVersion?: LoRaWANGatewayVersion | null;
}

§Properties

§
CurrentVersion?: LoRaWANGatewayVersion | null
[src]

The version of the gateways that should receive the update.

§
UpdateVersion?: LoRaWANGatewayVersion | null
[src]

The firmware version to update the gateway to.