supla-device
Loading...
Searching...
No Matches
src
supla
network
html
button_config_parameters.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_CONFIG_PARAMETERS_H_
5
#define SRC_SUPLA_NETWORK_HTML_BUTTON_CONFIG_PARAMETERS_H_
6
7
#include <supla/network/html/select_input_parameter.h>
8
9
namespace
Supla {
10
11
namespace
Html {
12
13
class
ButtonConfigParameters
:
public
SelectInputParameter
{
14
public
:
15
explicit
ButtonConfigParameters
(
int
id
= -1);
16
};
17
18
};
// namespace Html
19
};
// namespace Supla
20
#endif
// SRC_SUPLA_NETWORK_HTML_BUTTON_CONFIG_PARAMETERS_H_
Supla::Html::ButtonConfigParameters
Definition
button_config_parameters.h:13
Supla::Html::SelectInputParameter
Definition
select_input_parameter.h:23
Generated by
1.12.0