UNPKG

sim800

Version:

A modern and opiniated module for SIM800 GSM modems ( SIM800 / SIM800L ).

6 lines (5 loc) 206 B
import { CmglStat } from '../interfaces/sim800-command.enums'; import { Sim800Command } from './sim800-command'; export declare class CmglCommand extends Sim800Command { constructor(stat?: CmglStat); }