We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e838a5 commit a83ad42Copy full SHA for a83ad42
core/keys/site.go
@@ -3,7 +3,9 @@ package keys
3
const (
4
Aux = "aux"
5
AuxPower = "auxPower"
6
+ Circuits = "circuits"
7
Currency = "currency"
8
+ Ext = "ext"
9
GreenShareHome = "greenShareHome"
10
GreenShareLoadpoints = "greenShareLoadpoints"
11
GridConfigured = "gridConfigured"
@@ -28,8 +30,6 @@ const (
28
30
TariffPriceHome = "tariffPriceHome"
29
31
TariffPriceLoadpoints = "tariffPriceLoadpoints"
32
Vehicles = "vehicles"
- Circuits = "circuits"
- Ext = "ext"
33
34
// meters
35
GridMeter = "gridMeter"
0 commit comments