isMqttConnected property
Whether the device has an active connection to an MQTT broker or not
Implementation
@$pb.TagNumber(3)
$core.bool get isMqttConnected => $_getBF(2);
Implementation
@$pb.TagNumber(3)
set isMqttConnected($core.bool value) => $_setBool(2, value);