vnx.mqtt.export_t

Struct

Definition of an MQTT export.

Fields

string topic

MQTT topic name.

bool retained = false

Tells the broker to buffer this message and deliver it to later subscribers.

qos_e qos = AT_LEAST_ONCE

Quality of service, see vnx.mqtt.qos_e.