File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/frequenz/sdk/microgrid Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ def __init__(
9494 self ._data_sourcing_actor : _ActorInfo | None = None
9595 self ._resampling_actor : _ActorInfo | None = None
9696
97- self ._battery_status_channel = Broadcast [" ComponentStatus" ] (
97+ self ._battery_status_channel : Broadcast [ComponentStatus ] = Broadcast (
9898 "battery-status" , resend_latest = True
9999 )
100- self ._power_distribution_requests_channel = Broadcast [" Request" ] (
100+ self ._power_distribution_requests_channel : Broadcast [Request ] = Broadcast (
101101 "Power Distributing Actor, Requests Broadcast Channel"
102102 )
103- self ._power_distribution_results_channel = Broadcast [" Result" ] (
103+ self ._power_distribution_results_channel : Broadcast [Result ] = Broadcast (
104104 "Power Distributing Actor, Results Broadcast Channel"
105105 )
106106
You can’t perform that action at this time.
0 commit comments