File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/frequenz/sdk/timeseries/battery_pool Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,10 @@ async def propose_power(
107107 its priority.
108108
109109 Args:
110- power: The power to propose for the batteries in the pool. If None, the
111- proposed power of higher priority actors will take precedence as the
112- target power.
110+ power: The power to propose for the batteries in the pool. If `None`, this
111+ proposal will not have any effect on the target power, unless bounds are
112+ specified. If both are `None`, it is equivalent to not having a
113+ proposal or withdrawing a previous one.
113114 request_timeout: The timeout for the request.
114115 include_broken_batteries: if True, the power will be set for all batteries
115116 in the pool, including the broken ones. If False, then the power will be
You can’t perform that action at this time.
0 commit comments