UNPKG

huawei-wingle-4g

Version:

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

6 lines 168 B
import { WlanStatus } from './WlanStatus'; export interface WlanInformation { status: WlanStatus; users: number; } //# sourceMappingURL=WlanInformation.d.ts.map