We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91821a3 commit 585b79dCopy full SHA for 585b79d
src/frequenz/sdk/microgrid/component/_component.py
@@ -195,6 +195,13 @@ class ComponentMetricId(Enum):
195
ACTIVE_POWER = "active_power"
196
"""Active power."""
197
198
+ ACTIVE_POWER_PHASE_1 = "active_power_phase_1"
199
+ """Active power in phase 1."""
200
+ ACTIVE_POWER_PHASE_2 = "active_power_phase_2"
201
+ """Active power in phase 2."""
202
+ ACTIVE_POWER_PHASE_3 = "active_power_phase_3"
203
+ """Active power in phase 3."""
204
+
205
CURRENT_PHASE_1 = "current_phase_1"
206
"""Current in phase 1."""
207
CURRENT_PHASE_2 = "current_phase_2"
0 commit comments