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

LoRaWANDevice

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

LoRaWAN object for create functions.

interface LoRaWANDevice {
AbpV1_0_x?: AbpV1_0_x | null;
AbpV1_1?: AbpV1_1 | null;
DevEui?: string | null;
DeviceProfileId?: string | null;
FPorts?: FPorts | null;
OtaaV1_0_x?: OtaaV1_0_x | null;
OtaaV1_1?: OtaaV1_1 | null;
ServiceProfileId?: string | null;
}

§Properties

§
AbpV1_0_x?: AbpV1_0_x | null
[src]

LoRaWAN object for create APIs

§
AbpV1_1?: AbpV1_1 | null
[src]

ABP device object for create APIs for v1.1

§
DevEui?: string | null
[src]

The DevEUI value.

§
DeviceProfileId?: string | null
[src]

The ID of the device profile for the new wireless device.

§
FPorts?: FPorts | null
[src]
§
OtaaV1_0_x?: OtaaV1_0_x | null
[src]

OTAA device object for create APIs for v1.0.x

§
OtaaV1_1?: OtaaV1_1 | null
[src]

OTAA device object for v1.1 for create APIs

§
ServiceProfileId?: string | null
[src]

The ID of the service profile.