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