Page 1 of 1

can add change Qos mqtt client

Posted: Mon Jul 22, 2024 2:36 am
by sandinugraha
Hi Matrix Dev,

I believe it looks like MQTT Qos is currently using Qos 0, if possible
Can you add a function to change the QOS on the MQTT client component in runtime?

Regards

sandinug

Re: can add change Qos mqtt client

Posted: Mon Jul 22, 2024 5:30 pm
by BenR
Hello,

It looks like we specify MQTT v3.1 when performing a publish which is prior to the QoS functionality. I'll investigate and see if we can move the component to 3.1.1 which includes the QoS bits and also what additional this would require.

Re: can add change Qos mqtt client

Posted: Mon Jul 22, 2024 5:46 pm
by Steve-Matrix
Just to add to this, the MQTT Client component used in Flowcode Web Developer already supports QoS (as a parameter in the macro to publish a message).