UNPKG

huawei-wingle-4g

Version:

This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :

15 lines 452 B
import Connection from "./Connection"; export default class { private username; private password; private logger; private connection; constructor(username: string, password: string, connection: Connection); activeLog(activeLog: boolean): void; login(): Promise<void>; getConnnection(): Connection; private isLogged; private buildLoginParameters; private encryptPassword; } //# sourceMappingURL=Login.d.ts.map