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

FPorts

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

List of FPort assigned for different LoRaWAN application packages to use

interface FPorts {
ClockSync?: number | null;
Fuota?: number | null;
Multicast?: number | null;
}

§Properties

§
ClockSync?: number | null
[src]
§
Fuota?: number | null
[src]
§
Multicast?: number | null
[src]