Skip to content

Commit

Permalink
Site: refactor measurements (#17943)
Browse files Browse the repository at this point in the history
  • Loading branch information
andig authored Jan 3, 2025
1 parent 8e838a5 commit a83ad42
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 183 deletions.
4 changes: 2 additions & 2 deletions core/keys/site.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ package keys
const (
Aux = "aux"
AuxPower = "auxPower"
Circuits = "circuits"
Currency = "currency"
Ext = "ext"
GreenShareHome = "greenShareHome"
GreenShareLoadpoints = "greenShareLoadpoints"
GridConfigured = "gridConfigured"
Expand All @@ -28,8 +30,6 @@ const (
TariffPriceHome = "tariffPriceHome"
TariffPriceLoadpoints = "tariffPriceLoadpoints"
Vehicles = "vehicles"
Circuits = "circuits"
Ext = "ext"

// meters
GridMeter = "gridMeter"
Expand Down
Loading

0 comments on commit a83ad42

Please sign in to comment.