TSession: {
connection: "mqtt" | "io-client";
dataServer: string;
forwardData: boolean;
name: string;
port: number;
required: boolean;
uri: string;
}
Type declaration
-
connection: "mqtt" | "io-client"
-
dataServer: string
-
forwardData: boolean
-
name: string
-
port: number
-
required: boolean
-
uri: string
Descripting a session, which the ui has established.