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

LoRaWANDeviceMetadata

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

LoRaWAN device metatdata.

interface LoRaWANDeviceMetadata {
DataRate?: number | null;
DevEui?: string | null;
FPort?: number | null;
Frequency?: number | null;
Gateways?: LoRaWANGatewayMetadata[] | null;
Timestamp?: string | null;
}

§Properties

§
DataRate?: number | null
[src]

The DataRate value.

§
DevEui?: string | null
[src]

The DevEUI value.

§
FPort?: number | null
[src]

The FPort value.

§
Frequency?: number | null
[src]

The device's channel frequency in Hz.

§
Gateways?: LoRaWANGatewayMetadata[] | null
[src]

Information about the gateways accessed by the device.

§
Timestamp?: string | null
[src]

The date and time of the metadata.