huawei-wingle-4g
Version:
This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :
18 lines • 722 B
TypeScript
import { WlanInformation } from '../../model/home/WlanInformation';
import { CurrentConnection } from '../../model/home/CurrentConnection';
import Network from '../../model/home/Network';
import Login from '../../connection/Login';
export declare class Home {
private networkExtractor;
private currentConnectionExtractor;
private wlanStatusExtractor;
private dataMobile;
constructor(login: Login);
activeLog(activeLog: boolean): void;
getNetwork(): Promise<Network>;
getCurrentConnection(): Promise<CurrentConnection>;
getWlanInformation(): Promise<WlanInformation>;
connectDataMobile(): Promise<void>;
disconnectDataMobile(): Promise<void>;
}
//# sourceMappingURL=Home.d.ts.map