mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-06-22 08:18:48 +05:00
feat: added choice of averaging type for indoor and outdoor temperatures (#244)
* feat: added a choice of averaging type for indoor and outdoor temperatures * refactor: locales updated * refactor: some changes
This commit is contained in:
@@ -107,6 +107,8 @@ struct Settings {
|
||||
uint8_t minTemp = DEFAULT_HEATING_MIN_TEMP;
|
||||
uint8_t maxTemp = DEFAULT_HEATING_MAX_TEMP;
|
||||
uint8_t maxModulation = 100;
|
||||
Sensors::AverageType indoorTempAvgType = Sensors::AverageType::MEAN;
|
||||
Sensors::AverageType outdoorTempAvgType = Sensors::AverageType::MEAN;
|
||||
|
||||
struct {
|
||||
bool enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user