huawei-wingle-4g
Version:
This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :
10 lines • 389 B
TypeScript
import Connection from "../../connection/Connection";
import { CurrentConnection } from "../../model/home/CurrentConnection";
export default class {
private connection;
private logger;
constructor(connection: Connection);
activeLog(activeLog: boolean): void;
getCurrentConnection(): Promise<CurrentConnection>;
}
//# sourceMappingURL=CurrentConnectionExtractor.d.ts.map