isMqttConnected static method

bool isMqttConnected()

Implementation

static bool isMqttConnected() {
  return BytedeskMqtt().isConnected();
}