TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface MQTTData

    interface MQTTData {
        device: string;
        message: string;
        options?: { qos?: number };
        topic: string;
    }
    Index

    Properties

    device: string

    Device to receive message

    message: string

    Message scope

    options?: { qos?: number }

    Options of the publishing message

    Type declaration

    • Optionalqos?: number

      Default 0

    topic: string

    Topic of the message