mqtt property
The part of the config that is specific to the MQTT module
Implementation
@$pb.TagNumber(1)
$1.ModuleConfig_MQTTConfig get mqtt => $_getN(0);
Implementation
@$pb.TagNumber(1)
set mqtt($1.ModuleConfig_MQTTConfig value) => $_setField(1, value);