Skip to content

Commit 717c979

Browse files
Deployed c08f291 to v0.16-dev with MkDocs 1.6.1 and mike 2.1.3
1 parent c211303 commit 717c979

File tree

6 files changed

+114
-291
lines changed

6 files changed

+114
-291
lines changed

v0.16-dev/objects.inv

-21 Bytes
Binary file not shown.

v0.16-dev/protobuf-reference/frequenz/api/dispatch/v1/dispatch/index.html

Lines changed: 10 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,15 +1039,6 @@
10391039
</span>
10401040
</a>
10411041

1042-
</li>
1043-
1044-
<li class="md-nav__item">
1045-
<a href="#timeintervalfilter" class="md-nav__link">
1046-
<span class="md-ellipsis">
1047-
TimeIntervalFilter
1048-
</span>
1049-
</a>
1050-
10511042
</li>
10521043

10531044
<li class="md-nav__item">
@@ -1929,15 +1920,6 @@
19291920
</span>
19301921
</a>
19311922

1932-
</li>
1933-
1934-
<li class="md-nav__item">
1935-
<a href="#timeintervalfilter" class="md-nav__link">
1936-
<span class="md-ellipsis">
1937-
TimeIntervalFilter
1938-
</span>
1939-
</a>
1940-
19411923
</li>
19421924

19431925
<li class="md-nav__item">
@@ -2153,7 +2135,6 @@ <h2 id="table-of-contents">Table of Contents<a class="headerlink" href="#table-o
21532135
<li><a href="#frequenz-api-dispatch-v1-TargetComponents-CategorySet">TargetComponents.CategorySet</a></li>
21542136
<li><a href="#frequenz-api-dispatch-v1-TargetComponents-CategoryTypeSet">TargetComponents.CategoryTypeSet</a></li>
21552137
<li><a href="#frequenz-api-dispatch-v1-TargetComponents-IdSet">TargetComponents.IdSet</a></li>
2156-
<li><a href="#frequenz-api-dispatch-v1-TimeIntervalFilter">TimeIntervalFilter</a></li>
21572138
<li><a href="#frequenz-api-dispatch-v1-UpdateMicrogridDispatchRequest">UpdateMicrogridDispatchRequest</a></li>
21582139
<li><a href="#frequenz-api-dispatch-v1-UpdateMicrogridDispatchRequest-DispatchUpdate">UpdateMicrogridDispatchRequest.DispatchUpdate</a></li>
21592140
<li><a href="#frequenz-api-dispatch-v1-UpdateMicrogridDispatchRequest-DispatchUpdate-RecurrenceRuleUpdate">UpdateMicrogridDispatchRequest.DispatchUpdate.RecurrenceRuleUpdate</a></li>
@@ -2424,19 +2405,19 @@ <h3 id="dispatchfilter">DispatchFilter<a class="headerlink" href="#dispatchfilte
24242405
</tr>
24252406
<tr>
24262407
<td>start_time_interval</td>
2427-
<td><a href="#frequenz-api-dispatch-v1-TimeIntervalFilter">TimeIntervalFilter</a></td>
2408+
<td><a href="#frequenz-api-common-v1alpha8-types-Interval">frequenz.api.common.v1alpha8.types.Interval</a></td>
24282409
<td></td>
24292410
<td>Optional filter by start time. If no interval is provided, all dispatches will be returned.</td>
24302411
</tr>
24312412
<tr>
24322413
<td>end_time_interval</td>
2433-
<td><a href="#frequenz-api-dispatch-v1-TimeIntervalFilter">TimeIntervalFilter</a></td>
2414+
<td><a href="#frequenz-api-common-v1alpha8-types-Interval">frequenz.api.common.v1alpha8.types.Interval</a></td>
24342415
<td></td>
24352416
<td>Optional filter by end time Filter dispatches based on their explicit end time.</td>
24362417
</tr>
24372418
<tr>
24382419
<td>update_time_interval</td>
2439-
<td><a href="#frequenz-api-dispatch-v1-TimeIntervalFilter">TimeIntervalFilter</a></td>
2420+
<td><a href="#frequenz-api-common-v1alpha8-types-Interval">frequenz.api.common.v1alpha8.types.Interval</a></td>
24402421
<td></td>
24412422
<td>Optional filter by update time</td>
24422423
</tr>
@@ -2578,7 +2559,7 @@ <h3 id="listmicrogriddispatchesrequest">ListMicrogridDispatchesRequest<a class="
25782559
</tr>
25792560
<tr>
25802561
<td>pagination_params</td>
2581-
<td><a href="#frequenz-api-common-v1-pagination-PaginationParams">frequenz.api.common.v1.pagination.PaginationParams</a></td>
2562+
<td><a href="#frequenz-api-common-v1alpha8-pagination-PaginationParams">frequenz.api.common.v1alpha8.pagination.PaginationParams</a></td>
25822563
<td></td>
25832564
<td>Pagination Parameters page_size: Amount of items to return per page. Should only be provided in the first request. page_token: Cursor to specify which page to return. Should not be set in the first request. Should be populated in subsequent requests by the <code>next_page_token</code> found in the <code>pagination_info</code> in the response. The tokens stays valid indefinitely.</td>
25842565
</tr>
@@ -2605,7 +2586,7 @@ <h3 id="listmicrogriddispatchesresponse">ListMicrogridDispatchesResponse<a class
26052586
</tr>
26062587
<tr>
26072588
<td>pagination_info</td>
2608-
<td><a href="#frequenz-api-common-v1-pagination-PaginationInfo">frequenz.api.common.v1.pagination.PaginationInfo</a></td>
2589+
<td><a href="#frequenz-api-common-v1alpha8-pagination-PaginationInfo">frequenz.api.common.v1alpha8.pagination.PaginationInfo</a></td>
26092590
<td></td>
26102591
<td>Pagination Info total_items: Total amount of entries found by the list request. next_page_token: Token that can be used to request the next page. Will be unset if no further pages exist.</td>
26112592
</tr>
@@ -2873,25 +2854,25 @@ <h3 id="targetcomponentscategoryandtype">TargetComponents.CategoryAndType<a clas
28732854
<tbody>
28742855
<tr>
28752856
<td>category</td>
2876-
<td><a href="#frequenz-api-common-v1-microgrid-components-ComponentCategory">frequenz.api.common.v1.microgrid.components.ComponentCategory</a></td>
2857+
<td><a href="#frequenz-api-common-v1alpha8-microgrid-electrical_components-ElectricalComponentCategory">frequenz.api.common.v1alpha8.microgrid.electrical_components.ElectricalComponentCategory</a></td>
28772858
<td></td>
28782859
<td>The category of the target component (required)</td>
28792860
</tr>
28802861
<tr>
28812862
<td>battery</td>
2882-
<td><a href="#frequenz-api-common-v1-microgrid-components-BatteryType">frequenz.api.common.v1.microgrid.components.BatteryType</a></td>
2863+
<td><a href="#frequenz-api-common-v1alpha8-microgrid-electrical_components-BatteryType">frequenz.api.common.v1alpha8.microgrid.electrical_components.BatteryType</a></td>
28832864
<td></td>
28842865
<td>The type of battery Only applicable if the category is COMPONENT_CATEGORY_BATTERY</td>
28852866
</tr>
28862867
<tr>
28872868
<td>inverter</td>
2888-
<td><a href="#frequenz-api-common-v1-microgrid-components-InverterType">frequenz.api.common.v1.microgrid.components.InverterType</a></td>
2869+
<td><a href="#frequenz-api-common-v1alpha8-microgrid-electrical_components-InverterType">frequenz.api.common.v1alpha8.microgrid.electrical_components.InverterType</a></td>
28892870
<td></td>
28902871
<td>The type of solar array Only applicable if the category is COMPONENT_CATEGORY_INVERTER</td>
28912872
</tr>
28922873
<tr>
28932874
<td>ev_charger</td>
2894-
<td><a href="#frequenz-api-common-v1-microgrid-components-EvChargerType">frequenz.api.common.v1.microgrid.components.EvChargerType</a></td>
2875+
<td><a href="#frequenz-api-common-v1alpha8-microgrid-electrical_components-EvChargerType">frequenz.api.common.v1alpha8.microgrid.electrical_components.EvChargerType</a></td>
28952876
<td></td>
28962877
<td>The type of EV charger Only applicable if the category is COMPONENT_CATEGORY_EV_CHARGER</td>
28972878
</tr>
@@ -2912,7 +2893,7 @@ <h3 id="targetcomponentscategoryset">TargetComponents.CategorySet<a class="heade
29122893
<tbody>
29132894
<tr>
29142895
<td>categories</td>
2915-
<td><a href="#frequenz-api-common-v1-microgrid-components-ComponentCategory">frequenz.api.common.v1.microgrid.components.ComponentCategory</a></td>
2896+
<td><a href="#frequenz-api-common-v1alpha8-microgrid-electrical_components-ElectricalComponentCategory">frequenz.api.common.v1alpha8.microgrid.electrical_components.ElectricalComponentCategory</a></td>
29162897
<td>repeated</td>
29172898
<td>Set of component categories</td>
29182899
</tr>
@@ -2962,33 +2943,6 @@ <h3 id="targetcomponentsidset">TargetComponents.IdSet<a class="headerlink" href=
29622943
</tr>
29632944
</tbody>
29642945
</table>
2965-
<p><a name="frequenz-api-dispatch-v1-TimeIntervalFilter"></a></p>
2966-
<h3 id="timeintervalfilter">TimeIntervalFilter<a class="headerlink" href="#timeintervalfilter" title="Permanent link">¤</a></h3>
2967-
<p>Filter parameter for specifying multiple time intervals</p>
2968-
<table>
2969-
<thead>
2970-
<tr>
2971-
<th>Field</th>
2972-
<th>Type</th>
2973-
<th>Label</th>
2974-
<th>Description</th>
2975-
</tr>
2976-
</thead>
2977-
<tbody>
2978-
<tr>
2979-
<td>from_time</td>
2980-
<td><a href="#google-protobuf-Timestamp">google.protobuf.Timestamp</a></td>
2981-
<td></td>
2982-
<td>Filter by time &gt;= this UTC time.</td>
2983-
</tr>
2984-
<tr>
2985-
<td>to_time</td>
2986-
<td><a href="#google-protobuf-Timestamp">google.protobuf.Timestamp</a></td>
2987-
<td></td>
2988-
<td>Filter by time &lt;= this UTC time.</td>
2989-
</tr>
2990-
</tbody>
2991-
</table>
29922946
<p><a name="frequenz-api-dispatch-v1-UpdateMicrogridDispatchRequest"></a></p>
29932947
<h3 id="updatemicrogriddispatchrequest">UpdateMicrogridDispatchRequest<a class="headerlink" href="#updatemicrogriddispatchrequest" title="Permanent link">¤</a></h3>
29942948
<p>Message to update the dispatch with the given ID, with the given attributes</p>

0 commit comments

Comments
 (0)