supla-device
Loading...
Searching...
No Matches
src
supla
device
auto_update_policy.h
1
// SPDX-FileCopyrightText: AC SOFTWARE SP. Z O.O.
2
// SPDX-License-Identifier: GPL-2.0-or-later
3
4
#ifndef SRC_SUPLA_DEVICE_AUTO_UPDATE_POLICY_H_
5
#define SRC_SUPLA_DEVICE_AUTO_UPDATE_POLICY_H_
6
7
#include <stdint.h>
8
9
namespace
Supla {
10
enum class
AutoUpdatePolicy: uint8_t {
11
ForcedOff = 0,
12
Disabled = 1,
13
SecurityOnly = 2,
// default
14
AllUpdates = 3
15
};
16
17
}
// namespace Supla
18
19
#endif
// SRC_SUPLA_DEVICE_AUTO_UPDATE_POLICY_H_
Generated by
1.12.0