Type alias DualCallStationParameters

DualCallStationParameters: {
    button1: string;
    button2: string;
    debug_A: boolean;
    debug_B: boolean;
    fast_period: number;
    led1: string;
    led2: string;
    slow_period: number;
}

Type declaration

  • button1: string

    IO name of the first call station button. This needs to correspond to a hlapi name in iod.

  • button2: string

    IO name of the second call station button. This needs to correspond to a hlapi name in iod.

  • debug_A: boolean

    Enable debug logging for call station FSM 1..

  • debug_B: boolean

    Enable debug logging for call station FSM 2.

  • fast_period: number

    Blinking period in seconds (can be <1s) for fast blinking patterns. Recommended value: 0.4s.

  • led1: string

    IO name of the first button backlight LED. This needs to correspond to a hlapi name in iod.

  • led2: string

    IO name of the second button backlight LED. This needs to correspond to a hlapi name in iod.

  • slow_period: number

    Blinking period in seconds (can be <1s) for slow blinking patterns. Recommended value: 0.8s.

Generated using TypeDoc