opensensemap-client
    Preparing search index...

    Variable TTNConst

    TTN: Struct<
        {
            app_id: string;
            decodeOptions?: unknown[];
            dev_id: string;
            port: number;
            profile: | "json"
            | "lora-serialization"
            | "sensebox/home"
            | "debug"
            | "cayenne-lpp";
        },
        {
            app_id: Struct<string, null>;
            decodeOptions: Struct<undefined | unknown[], Struct<unknown, null>>;
            dev_id: Struct<string, null>;
            port: Struct<number, null>;
            profile: Struct<
                | "json"
                | "lora-serialization"
                | "sensebox/home"
                | "debug"
                | "cayenne-lpp",
                {
                    "cayenne-lpp": "cayenne-lpp";
                    debug: "debug";
                    json: "json";
                    "lora-serialization": "lora-serialization";
                    "sensebox/home": "sensebox/home";
                },
            >;
        },
    > = ...