File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
proto/frequenz/api/common/v1/market Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- // Frequenz definitions of energy for electricity trading .
1+ // Frequenz definitions of energy.
22//
33// Copyright 2023 Frequenz Energy-as-a-Service GmbH
44//
@@ -14,11 +14,11 @@ import "frequenz/api/common/v1/types/decimal.proto";
1414// Represents a single unit of electricity.
1515//
1616// !!! note
17- // In these trading orders, the unit of energy is denominated in MWh
18- // (Megawatt-hours) as opposed to MW (Megawatts ). MWh is a unit of energy
19- // representing total output over a period, while MW is a unit of power that
20- // represents the rate of energy production or consumption.
17+ // The unit of energy is denominated in MWh, which is a unit of energy
18+ // representing total output over a period.(Megawatt-hours ). This differs
19+ // from MW (Megawatts), a unit of power representing the rate of energy
20+ // production or consumption.
2121message Energy {
22- // Represents energy unit in Megawatthours (MWh).
22+ // Energy unit in Megawatthours (MWh).
2323 frequenz.api.common.v1.types.Decimal mwh = 1 ;
2424}
You can’t perform that action at this time.
0 commit comments