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

OtaaV1_0_x

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

OTAA device object for v1.0.x

interface OtaaV1_0_x {
AppEui?: string | null;
AppKey?: string | null;
GenAppKey?: string | null;
}

§Properties

§
AppEui?: string | null
[src]

The AppEUI value.

§
AppKey?: string | null
[src]

The AppKey value.

§
GenAppKey?: string | null
[src]

The GenAppKey value.