31.01.2024, 13:31
(31.01.2024, 13:23)admin Wrote: Then use a resident script. The script can modified with an additional callback function per object (similar to mqtt_to_object_conv, but in reverse). It will transform the object value the way you needed before publishing it to MQTT.
I am sending large amount of data generated from functions. I can not store the data in an object and therefore need to send it directly to the mqtt broker.