mysa-js-sdk
    Preparing search index...

    Base interface for MQTT message payloads that use the MsgType field.

    This interface defines the common structure for MQTT messages where the message type is specified in the MsgType field rather than the msg field. These are typically older message formats or specific device communications.

    interface MsgTypeBasePayload {
        Device: string;
        MsgType: number;
        Timestamp: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Device: string

    Device identifier string

    MsgType: number

    The message type identifier

    Timestamp: number

    Unix timestamp when the message was created