UNPKG

huawei-wingle-4g

Version:

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

19 lines 326 B
export declare enum State { SENT = 0, READ = 1, UNREAD = 2, DRAFT = 3 } export declare enum Type { INBOX = 0, OUTBOX = 1, DRAFT = 2 } export default interface Sms { id: string; state: State; phoneNumber: string; content: string; date: number; } //# sourceMappingURL=Sms.d.ts.map