UNPKG

sim800

Version:

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

5 lines (4 loc) 141 B
import { Sim800Command } from './sim800-command'; export declare class CmgrCommand extends Sim800Command { constructor(index: number); }