TTN: {
    app_id: string;
    decodeOptions?: unknown[];
    dev_id: string;
    port: number;
    profile: "lora-serialization" | "sensebox/home" | "json" | "debug" | "cayenne-lpp";
}

Type declaration

  • app_id: string
  • Optional decodeOptions?: unknown[]
  • dev_id: string
  • port: number
  • profile: "lora-serialization" | "sensebox/home" | "json" | "debug" | "cayenne-lpp"

Generated using TypeDoc