File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# EAS Python client
22## [ 0.25.0] - UNRELEASED
33### Breaking Changes
4- * None.
4+ * The ` beforeCutOffProfile ` and ` afterCutOffProfile ` fields in ` PVVoltVARVoltWattConfig ` have been renamed to snake case
5+ and are now ` before_cut_off_profile ` and ` after_cut_off_profile ` respectively.
56
67### New Features
78* None.
Original file line number Diff line number Diff line change @@ -217,11 +217,11 @@ class PVVoltVARVoltWattConfig:
217217 "commissionedDate" will receive the [before_cut_off_profile]. If null, the [after_cut_off_profile] profile is applied to all equipment."""
218218
219219 before_cut_off_profile : Optional [str ] = None
220- """Optional name of the profile to apply to equipment with a "commissionDate " before [cut_off_date].
220+ """Optional name of the profile to apply to equipment with a "commissionedDate " before [cut_off_date].
221221 If null the equipment will be translated into a regular Generator the rather a PVSystem."""
222222
223223 after_cut_off_profile : Optional [str ] = None
224- """Optional name of the profile to apply to equipment with a "commissionDate " after [cut_off_date].
224+ """Optional name of the profile to apply to equipment with a "commissionedDate " after [cut_off_date].
225225 If null the equipment will be translated into a regular Generator the rather a PVSystem."""
226226
227227
You can’t perform that action at this time.
0 commit comments