Interface representing an MQTT connection with a method for publishing messages. MqttConnection
Publishes a message to the specified MQTT topic.
The topic to publish the message to.
The message payload as a Uint8Array.
The Quality of Service level for message delivery.
Interface representing an MQTT connection with a method for publishing messages. MqttConnection