supla-device
Loading...
Searching...
No Matches
src
supla
network
html
button_refresh.h
1
// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2
// SPDX-License-Identifier: GPL-2.0-or-later
3
4
#ifndef SRC_SUPLA_NETWORK_HTML_BUTTON_REFRESH_H_
5
#define SRC_SUPLA_NETWORK_HTML_BUTTON_REFRESH_H_
6
7
#include <supla/network/html_element.h>
8
9
namespace
Supla {
10
11
namespace
Html {
12
13
class
ButtonRefresh
:
public
HtmlElement
{
14
public
:
15
ButtonRefresh
();
16
void
send(
Supla::WebSender
* sender)
override
;
17
};
18
19
};
// namespace Html
20
};
// namespace Supla
21
22
23
#endif
// SRC_SUPLA_NETWORK_HTML_BUTTON_REFRESH_H_
Supla::HtmlElement
Definition
html_element.h:22
Supla::Html::ButtonRefresh
Definition
button_refresh.h:13
Supla::WebSender
Definition
web_sender.h:160
Generated by
1.12.0