We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4eb383 commit cc34b79Copy full SHA for cc34b79
src/zepben/eas/client/util.py
@@ -40,7 +40,8 @@ class HostingCapacityDataclass(ABC): # TODO: Another terrible name
40
norm_vmax_pu = 'normVMaxPu',
41
emerg_vmin_pu = 'emergVMinPu',
42
emerg_vmax_pu = 'emergVMaxPu',
43
- calculate_co2 = 'calculateCO2'
+ calculate_co2 = 'calculateCO2',
44
+ simplify_plsi_threshold = "simplifyPLSIThreshold",
45
)
46
47
def to_json(self) -> Any:
0 commit comments