Skip to content

Commit 9e0291a

Browse files
committed
Fix LPP comment
1 parent 28bb8ba commit 9e0291a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

usecases/cs/lpp/public.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,9 @@ func (e *LPP) SetProductionNominalMax(value float64) error {
353353
func (e *LPP) characteristicType() model.ElectricalConnectionCharacteristicTypeType {
354354
deviceType := e.LocalEntity.Device().DeviceType()
355355

356-
// According to LPC V1.0 2.2, lines 400ff:
357-
// - a HEMS provides contractual consumption nominal max
358-
// - any other devices provides power consupmtion nominal max
356+
// According to LPP V1.0 2.2, lines 420ff:
357+
// - a HEMS provides contractual production nominal max
358+
// - any other devices provides power production nominal max
359359
characteristic := model.ElectricalConnectionCharacteristicTypeTypePowerProductionNominalMax
360360
if deviceType == nil || *deviceType == model.DeviceTypeTypeEnergyManagementSystem {
361361
characteristic = model.ElectricalConnectionCharacteristicTypeTypeContractualProductionNominalMax

0 commit comments

Comments
 (0)