File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -353,9 +353,9 @@ func (e *LPP) SetProductionNominalMax(value float64) error {
353
353
func (e * LPP ) characteristicType () model.ElectricalConnectionCharacteristicTypeType {
354
354
deviceType := e .LocalEntity .Device ().DeviceType ()
355
355
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
359
359
characteristic := model .ElectricalConnectionCharacteristicTypeTypePowerProductionNominalMax
360
360
if deviceType == nil || * deviceType == model .DeviceTypeTypeEnergyManagementSystem {
361
361
characteristic = model .ElectricalConnectionCharacteristicTypeTypeContractualProductionNominalMax
You can’t perform that action at this time.
0 commit comments