mqttConfig property
The MQTT configuration for this device registry.
Implementation
@$pb.TagNumber(4)
MqttConfig get mqttConfig => $_getN(2);
Implementation
@$pb.TagNumber(4)
set mqttConfig(MqttConfig v) {
setField(4, v);
}
The MQTT configuration for this device registry.
@$pb.TagNumber(4)
MqttConfig get mqttConfig => $_getN(2);
@$pb.TagNumber(4)
set mqttConfig(MqttConfig v) {
setField(4, v);
}