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

LoRaWANGateway

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

LoRaWANGateway object.

interface LoRaWANGateway {
GatewayEui?: string | null;
JoinEuiFilters?: string[][] | null;
NetIdFilters?: string[] | null;
RfRegion?: string | null;
SubBands?: number[] | null;
}

§Properties

§
GatewayEui?: string | null
[src]

The gateway's EUI value.

§
JoinEuiFilters?: string[][] | null
[src]
§
NetIdFilters?: string[] | null
[src]
§
RfRegion?: string | null
[src]

The frequency band (RFRegion) value.

§
SubBands?: number[] | null
[src]