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

    Interface MQTTDataDeprecated

    interface MQTTDataDeprecated {
        bucket: string;
        message: string;
        options?: { qos?: number };
        topic: string;
    }

    Hierarchy

    • Omit<MQTTData, "device">
      • MQTTDataDeprecated
    Index

    Properties

    bucket: string

    Bucket to receive message

    use "device" instead

    message: string

    Message scope

    options?: { qos?: number }

    Options of the publishing message

    Type declaration

    • Optionalqos?: number

      Default 0

    topic: string

    Topic of the message