huawei-wingle-4g
Version:
This is a module NodeJS allowing to drive Huawei Wingle 4G. This module can :
18 lines • 571 B
TypeScript
import { Home } from './page/home/Home';
import { Sms } from './page/sms/Sms';
import { Statistics } from './page/statistics/Statistics';
import { Ussd } from './page/ussd/Ussd';
export declare class HuaweiWingle4G {
private home;
private sms;
private statistics;
private ussd;
constructor(username: string, password: string, host?: string);
activeLog(activeLog: boolean): void;
getHome(): Home;
getSms(): Sms;
getStatistics(): Statistics;
getUssd(): Ussd;
static getDefaultHost(): string;
}
//# sourceMappingURL=index.d.ts.map