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

FuotaDeviceStatus

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

The status of a wireless device in a FUOTA task.

type FuotaDeviceStatus =
| "Initial"
| "Package_Not_Supported"
| "FragAlgo_unsupported"
| "Not_enough_memory"
| "FragIndex_unsupported"
| "Wrong_descriptor"
| "SessionCnt_replay"
| "MissingFrag"
| "MemoryError"
| "MICError"
| "Successful"

§Type

§
"Initial" | "Package_Not_Supported" | "FragAlgo_unsupported" | "Not_enough_memory" | "FragIndex_unsupported" | "Wrong_descriptor" | "SessionCnt_replay" | "MissingFrag" | "MemoryError" | "MICError" | "Successful" | cmnP.UnexpectedEnumValue
[src]