LibPIS
    Preparing search index...

    Class Mixer

    Represents the Mixer class, which handles various state properties and updates.

    Index

    Constructors

    Methods

    Constructors

    • Creates an instance of Mixer.

      Parameters

      • mqtt: MQTTClient

        The MQTT client instance.

      • opts: {
            decrementCallSequenceOnArrival: boolean;
            displayId: number;
            topicPrefix?: string;
            urlCheckId?: string;
        }

        Options for configuring the Mixer instance.

      Returns Mixer

    Methods

    • Retrieves the current state of the Mixer.

      Returns State

      The current state object.

    • Provides an observable that emits partial updates to the normalized state.

      Returns Observable<Partial<NormalizedState>>

      An observable of partial normalized state updates.