MQTT Client Component

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
mnfisher
Valued Contributor
Posts: 1514
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 725 times

Flowcode v10 MQTT Client Component

Post by mnfisher »

Playing again with MQTT and trying to use the client component.

Unfortunately all the examples (well the few I looked at such as SCADA_MQTT, SubscribeESP8266) use MQTT_Client::Read - which isn't an exported macro.

Looking at the component source (and attempting to export) throws up a raft of errors about DummyRead etc - so I stepped away :-(

Martin

BenR
Matrix Staff
Posts: 1936
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 506 times
Been thanked: 688 times

Re: MQTT Client Component

Post by BenR »

Good Morning Martin,

Sorry about this, not sure why the function was changed to hidden. Anyway it should be there for you now in the library updates.

Post Reply