19#ifndef SRC_SUPLA_NETWORK_HTML_PROTOCOL_PARAMETERS_H_ 
   20#define SRC_SUPLA_NETWORK_HTML_PROTOCOL_PARAMETERS_H_ 
   22#include <supla/network/html_element.h> 
   30class ProtocolParameters : 
public HtmlElement {
 
   32  explicit ProtocolParameters(
 
   33      bool addMqttParams = 
true, 
bool concurrentProtocols = 
true);
 
   34  virtual ~ProtocolParameters();
 
   36  bool handleResponse(
const char* key, 
const char* value) 
override;
 
   40  bool concurrent = 
true;
 
 
Definition SuplaDevice.h:153
 
Definition web_sender.h:28