Skip to content

Commit d9d22cb

Browse files
Generalize Energy message documentation for broader market use
Signed-off-by: camille-bouvy-frequenz <[email protected]>
1 parent de93bc0 commit d9d22cb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

proto/frequenz/api/common/v1/market/energy.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
2121
message Energy {
22-
// Represents energy unit in Megawatthours (MWh).
22+
// Energy unit in Megawatthours (MWh).
2323
frequenz.api.common.v1.types.Decimal mwh = 1;
2424
}

0 commit comments

Comments
 (0)