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

OtaaV1_1

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

OTAA device object for v1.1

interface OtaaV1_1 {
AppKey?: string | null;
JoinEui?: string | null;
NwkKey?: string | null;
}

§Properties

§
AppKey?: string | null
[src]

The AppKey value.

§
JoinEui?: string | null
[src]

The JoinEUI value.

§
NwkKey?: string | null
[src]

The NwkKey value.