mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-02-25 00:28:33 +00:00
Per phase power and power factor graphs
This commit is contained in:
@@ -223,6 +223,8 @@ struct UiConfig {
|
||||
uint8_t showMonthPlot;
|
||||
uint8_t showTemperaturePlot;
|
||||
uint8_t showRealtimePlot;
|
||||
uint8_t showPerPhasePower;
|
||||
uint8_t showPowerFactor;
|
||||
uint8_t darkMode;
|
||||
}; // 12
|
||||
|
||||
|
||||
@@ -723,6 +723,8 @@ void AmsConfiguration::clearUiConfig(UiConfig& config) {
|
||||
config.showMonthPlot = 1;
|
||||
config.showTemperaturePlot = 2;
|
||||
config.showRealtimePlot = 1;
|
||||
config.showPerPhasePower = 2;
|
||||
config.showPowerFactor = 2;
|
||||
config.darkMode = 2;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user