Type alias Peripheral

Peripheral: {
    name: string;
    parameters: Record<string, string> | DualCallStationParameters;
    type: string;
}

Type declaration

  • name: string

    Unique name for this peripheral.

  • parameters: Record<string, string> | DualCallStationParameters

    These are the parameters which get passed to the peripheral script verbatim. The parameters are dependent on the peripheral.

  • type: string

    Name of the peripheral script (i.e. the type of peripheral).

Generated using TypeDoc