mqttConfig property

  1. @TagNumber(4)
MqttConfig mqttConfig

The MQTT configuration for this device registry.

Implementation

@$pb.TagNumber(4)
MqttConfig get mqttConfig => $_getN(2);
  1. @TagNumber(4)
void mqttConfig=(MqttConfig v)

Implementation

@$pb.TagNumber(4)
set mqttConfig(MqttConfig v) { setField(4, v); }