ST_ALYC_MqttStreamHelperConfig

TYPE ST_ALYC_MqttStreamHelperConfig :
STRUCT
     stConnection : ST_ALYC_MqttConnectionSettings;
     sMqttTopic : STRING(255); // Combination of main topic and stream topic
     bAutostartReceive : BOOL := TRUE;
END_STRUCT
END_TYPE