Hierarchy

  • MQTTData

Properties

bucket: string

Bucket to receive message

message: string

Message scope

options?: {
    qos?: number;
    retain?: boolean;
}

Options of the publishing message

Type declaration

  • Optional qos?: number

    Default 0

  • Optional retain?: boolean

    Default true

topic: string

Topic of the message