componentWillMount() {
    this.setDebugMode();
    this.props.session.dispatcher.addListener(
      WEBSOCKET_MESSAGE_TYPES.MQTT.DEBUG_NEW_MQTT_MESSAGE,
      this.displayNewMqttMessage