UNPKG

sim800

Version:

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

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