19#ifndef SRC_SUPLA_NETWORK_HTML_STATUS_LED_PARAMETERS_H_
20#define SRC_SUPLA_NETWORK_HTML_STATUS_LED_PARAMETERS_H_
22#include <supla/network/html_element.h>
28class StatusLedParameters :
public HtmlElement {
30 StatusLedParameters();
31 virtual ~StatusLedParameters();
33 bool handleResponse(
const char* key,
const char* value)
override;
Definition web_sender.h:26