UNPKG

huawei-wingle-4g

Version:

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

12 lines 298 B
import { NetworkStatus } from './NetworkStatus'; export interface Signal { strength: number; total: number; } export default interface Network { signal: Signal; type: string; operator: string | null | undefined; status: NetworkStatus; } //# sourceMappingURL=Network.d.ts.map