LibPIS
    Preparing search index...

    Interface NormalizedState

    NormalizedState interface contains supported mobile and stationary MQTT PIS data. Read MQTT PIS spec for more information.

    interface NormalizedState {
        alarmActivation: AlarmActivationSchema;
        announcement: NormalizedAnnouncement;
        callSequenceNumber: number;
        connections: NormalizedConnection[];
        destination: NormalizedDestination;
        doorOpen: boolean;
        exitSide: ExitSide;
        localTime: string;
        movingDirectionForward: boolean;
        nextStopList: NormalizedStop[];
        serviceAlertMessages: SituationMessageSchema[];
        stopInfo: NormalizedStopInfo;
        stopList: NormalizedStop[];
        stopPressed: boolean;
        vehicleFormation: NormalizedVehicleFormation;
    }
    Index

    Properties

    alarmActivation: AlarmActivationSchema
    announcement: NormalizedAnnouncement
    callSequenceNumber: number
    connections: NormalizedConnection[]
    destination: NormalizedDestination
    doorOpen: boolean
    exitSide: ExitSide
    localTime: string
    movingDirectionForward: boolean
    nextStopList: NormalizedStop[]
    serviceAlertMessages: SituationMessageSchema[]
    stopInfo: NormalizedStopInfo
    stopList: NormalizedStop[]
    stopPressed: boolean
    vehicleFormation: NormalizedVehicleFormation