Skip to content

Commit

Permalink
Remove double entry and align naming of ScopeTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndereAndi committed Jan 30, 2024
1 parent f69ec32 commit 326fc24
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions model/commondatatypes.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,28 +573,27 @@ const (
ScopeTypeTypeStateOfHealth ScopeTypeType = "stateOfHealth"
ScopeTypeTypeTravelRange ScopeTypeType = "travelRange"
ScopeTypeTypeNominalEnergyCapacity ScopeTypeType = "nominalEnergyCapacity"
ScopeTypeTypeAcPowerReal ScopeTypeType = "acPowerReal"
ScopeTypeTypeAcPowerApparent ScopeTypeType = "acPowerApparent"
ScopeTypeTypeAcPowerReactive ScopeTypeType = "acPowerReactive"
ScopeTypeTypeAcYieldMonth ScopeTypeType = "acYieldMonth"
ScopeTypeTypeAcYieldYear ScopeTypeType = "acYieldYear"
ScopeTypeTypeAcFrequency ScopeTypeType = "acFrequency"
ScopeTypeTypeAcCosPhi ScopeTypeType = "acCosPhi"
ScopeTypeTypeDcEnergy ScopeTypeType = "dcEnergy"
ScopeTypeTypeACPowerReal ScopeTypeType = "acPowerReal"
ScopeTypeTypeACPowerApparent ScopeTypeType = "acPowerApparent"
ScopeTypeTypeACPowerReactive ScopeTypeType = "acPowerReactive"
ScopeTypeTypeACYieldMonth ScopeTypeType = "acYieldMonth"
ScopeTypeTypeACYieldYear ScopeTypeType = "acYieldYear"
ScopeTypeTypeACCosPhi ScopeTypeType = "acCosPhi"
ScopeTypeTypeDCEnergy ScopeTypeType = "dcEnergy"
ScopeTypeTypeInsulationResistance ScopeTypeType = "insulationResistance"
ScopeTypeTypeStateOfEnergy ScopeTypeType = "stateOfEnergy"
ScopeTypeTypeUseableCapacity ScopeTypeType = "useableCapacity"
ScopeTypeTypeDcChargeEnergy ScopeTypeType = "dcChargeEnergy"
ScopeTypeTypeDcDischargeEnergy ScopeTypeType = "dcDischargeEnergy"
ScopeTypeTypeDCChargeEnergy ScopeTypeType = "dcChargeEnergy"
ScopeTypeTypeDCDischargeEnergy ScopeTypeType = "dcDischargeEnergy"
ScopeTypeTypeLoadCycleCount ScopeTypeType = "loadCycleCount"
ScopeTypeTypeComponentTemperature ScopeTypeType = "componentTemperature"
ScopeTypeTypeGridLimit ScopeTypeType = "gridLimit"
ScopeTypeTypeGridLimitFallback ScopeTypeType = "gridLimitFallback"
ScopeTypeTypeAcPowerApparentTotal ScopeTypeType = "acPowerApparentTotal"
ScopeTypeTypeAcPowerReactiveTotal ScopeTypeType = "acPowerReactiveTotal"
ScopeTypeTypeAcCurrentTotal ScopeTypeType = "acCurrentTotal"
ScopeTypeTypeAcEnergyConsumed ScopeTypeType = "acEnergyConsumed"
ScopeTypeTypeAcEnergyProduced ScopeTypeType = "acEnergyProduced"
ScopeTypeTypeACPowerApparentTotal ScopeTypeType = "acPowerApparentTotal"
ScopeTypeTypeACPowerReactiveTotal ScopeTypeType = "acPowerReactiveTotal"
ScopeTypeTypeACCurrentTotal ScopeTypeType = "acCurrentTotal"
ScopeTypeTypeACEnergyConsumed ScopeTypeType = "acEnergyConsumed"
ScopeTypeTypeACEnergyProduced ScopeTypeType = "acEnergyProduced"
ScopeTypeTypeBatteryAcPower ScopeTypeType = "batteryAcPower"
ScopeTypeTypeBatteryAcPowerPhaseSpecific ScopeTypeType = "batteryAcPowerPhaseSpecific"
ScopeTypeTypeBatteryDcPower ScopeTypeType = "batteryDcPower"
Expand Down

0 comments on commit 326fc24

Please sign in to comment.