can add change Qos mqtt client

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
sandinugraha
Posts: 14
http://meble-kuchenne.info.pl
Joined: Fri Dec 18, 2020 3:35 am
Has thanked: 4 times
Been thanked: 2 times

Flowcode v10 can add change Qos mqtt client

Post 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

BenR
Matrix Staff
Posts: 1950
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 694 times

Re: can add change Qos mqtt client

Post 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.

Steve-Matrix
Matrix Staff
Posts: 1528
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 212 times
Been thanked: 353 times

Re: can add change Qos mqtt client

Post 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).

Post Reply