@@ -518,8 +518,7 @@ def ev_charger_pool(
518518 propose different power values for the same set of EV chargers.
519519
520520 !!! note
521- When specifying priority, bigger values indicate higher priority. The default
522- priority is the lowest possible value.
521+ When specifying priority, bigger values indicate higher priority.
523522
524523 It is recommended to reuse the same instance of the `EVChargerPool` within the
525524 same actor, unless they are managing different sets of EV chargers.
@@ -558,8 +557,7 @@ def battery_pool(
558557 propose different power values for the same set of batteries.
559558
560559 !!! note
561- When specifying priority, bigger values indicate higher priority. The default
562- priority is the lowest possible value.
560+ When specifying priority, bigger values indicate higher priority.
563561
564562 It is recommended to reuse the same instance of the `BatteryPool` within the
565563 same actor, unless they are managing different sets of batteries.
@@ -598,8 +596,7 @@ def pv_pool(
598596 propose different power values for the same set of PV inverters.
599597
600598 !!! note
601- When specifying priority, bigger values indicate higher priority. The default
602- priority is the lowest possible value.
599+ When specifying priority, bigger values indicate higher priority.
603600
604601 It is recommended to reuse the same instance of the `PVPool` within the same
605602 actor, unless they are managing different sets of PV inverters.
0 commit comments