Skip to content

Commit 1157645

Browse files
committed
Deployed ed88bd8 to dev with MkDocs 1.6.1 and mike 1.1.2
1 parent 1abe151 commit 1157645

File tree

2 files changed

+130
-1
lines changed

2 files changed

+130
-1
lines changed

dev/rpc/commands/index.html

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,27 @@
13061306
BoardIdentificationProperties.PropertiesEntry
13071307
</a>
13081308

1309+
</li>
1310+
1311+
<li class="md-nav__item">
1312+
<a href="#boardidentifyrequest" class="md-nav__link">
1313+
BoardIdentifyRequest
1314+
</a>
1315+
1316+
</li>
1317+
1318+
<li class="md-nav__item">
1319+
<a href="#boardidentifyrequestpropertiesentry" class="md-nav__link">
1320+
BoardIdentifyRequest.PropertiesEntry
1321+
</a>
1322+
1323+
</li>
1324+
1325+
<li class="md-nav__item">
1326+
<a href="#boardidentifyresponse" class="md-nav__link">
1327+
BoardIdentifyResponse
1328+
</a>
1329+
13091330
</li>
13101331

13111332
<li class="md-nav__item">
@@ -3104,6 +3125,27 @@
31043125
BoardIdentificationProperties.PropertiesEntry
31053126
</a>
31063127

3128+
</li>
3129+
3130+
<li class="md-nav__item">
3131+
<a href="#boardidentifyrequest" class="md-nav__link">
3132+
BoardIdentifyRequest
3133+
</a>
3134+
3135+
</li>
3136+
3137+
<li class="md-nav__item">
3138+
<a href="#boardidentifyrequestpropertiesentry" class="md-nav__link">
3139+
BoardIdentifyRequest.PropertiesEntry
3140+
</a>
3141+
3142+
</li>
3143+
3144+
<li class="md-nav__item">
3145+
<a href="#boardidentifyresponse" class="md-nav__link">
3146+
BoardIdentifyResponse
3147+
</a>
3148+
31073149
</li>
31083150

31093151
<li class="md-nav__item">
@@ -4480,6 +4522,9 @@ <h2 id="table-of-contents">Table of Contents<a class="headerlink" href="#table-o
44804522
- <a href="#cc.arduino.cli.commands.v1.BoardDetailsResponse">BoardDetailsResponse</a>
44814523
- <a href="#cc.arduino.cli.commands.v1.BoardIdentificationProperties">BoardIdentificationProperties</a>
44824524
- <a href="#cc.arduino.cli.commands.v1.BoardIdentificationProperties.PropertiesEntry">BoardIdentificationProperties.PropertiesEntry</a>
4525+
- <a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest">BoardIdentifyRequest</a>
4526+
- <a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest.PropertiesEntry">BoardIdentifyRequest.PropertiesEntry</a>
4527+
- <a href="#cc.arduino.cli.commands.v1.BoardIdentifyResponse">BoardIdentifyResponse</a>
44834528
- <a href="#cc.arduino.cli.commands.v1.BoardListAllRequest">BoardListAllRequest</a>
44844529
- <a href="#cc.arduino.cli.commands.v1.BoardListAllResponse">BoardListAllResponse</a>
44854530
- <a href="#cc.arduino.cli.commands.v1.BoardListItem">BoardListItem</a>
@@ -5642,6 +5687,84 @@ <h3 id="boardidentificationpropertiespropertiesentry">BoardIdentificationPropert
56425687
</tr>
56435688
</tbody>
56445689
</table>
5690+
<p><a name="cc.arduino.cli.commands.v1.BoardIdentifyRequest"></a></p>
5691+
<h3 id="boardidentifyrequest">BoardIdentifyRequest<a class="headerlink" href="#boardidentifyrequest" title="Permanent link">&para;</a></h3>
5692+
<table>
5693+
<thead>
5694+
<tr>
5695+
<th>Field</th>
5696+
<th>Type</th>
5697+
<th>Label</th>
5698+
<th>Description</th>
5699+
</tr>
5700+
</thead>
5701+
<tbody>
5702+
<tr>
5703+
<td>instance</td>
5704+
<td><a href="#cc.arduino.cli.commands.v1.Instance">Instance</a></td>
5705+
<td></td>
5706+
<td>Arduino Core Service instance from the <code>Init</code> response.</td>
5707+
</tr>
5708+
<tr>
5709+
<td>properties</td>
5710+
<td><a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest.PropertiesEntry">BoardIdentifyRequest.PropertiesEntry</a></td>
5711+
<td>repeated</td>
5712+
<td>A set of properties to search (can be taken from a Port message).</td>
5713+
</tr>
5714+
<tr>
5715+
<td>use_cloud_api_for_unknown_board_detection</td>
5716+
<td><a href="#bool">bool</a></td>
5717+
<td></td>
5718+
<td>If set to true, when a board cannot be identified using the installed platforms, the cloud API will be called to detect the board.</td>
5719+
</tr>
5720+
</tbody>
5721+
</table>
5722+
<p><a name="cc.arduino.cli.commands.v1.BoardIdentifyRequest.PropertiesEntry"></a></p>
5723+
<h3 id="boardidentifyrequestpropertiesentry">BoardIdentifyRequest.PropertiesEntry<a class="headerlink" href="#boardidentifyrequestpropertiesentry" title="Permanent link">&para;</a></h3>
5724+
<table>
5725+
<thead>
5726+
<tr>
5727+
<th>Field</th>
5728+
<th>Type</th>
5729+
<th>Label</th>
5730+
<th>Description</th>
5731+
</tr>
5732+
</thead>
5733+
<tbody>
5734+
<tr>
5735+
<td>key</td>
5736+
<td><a href="#string">string</a></td>
5737+
<td></td>
5738+
<td></td>
5739+
</tr>
5740+
<tr>
5741+
<td>value</td>
5742+
<td><a href="#string">string</a></td>
5743+
<td></td>
5744+
<td></td>
5745+
</tr>
5746+
</tbody>
5747+
</table>
5748+
<p><a name="cc.arduino.cli.commands.v1.BoardIdentifyResponse"></a></p>
5749+
<h3 id="boardidentifyresponse">BoardIdentifyResponse<a class="headerlink" href="#boardidentifyresponse" title="Permanent link">&para;</a></h3>
5750+
<table>
5751+
<thead>
5752+
<tr>
5753+
<th>Field</th>
5754+
<th>Type</th>
5755+
<th>Label</th>
5756+
<th>Description</th>
5757+
</tr>
5758+
</thead>
5759+
<tbody>
5760+
<tr>
5761+
<td>boards</td>
5762+
<td><a href="#cc.arduino.cli.commands.v1.BoardListItem">BoardListItem</a></td>
5763+
<td>repeated</td>
5764+
<td>List of matching boards (they may have an FQBN with options set).</td>
5765+
</tr>
5766+
</tbody>
5767+
</table>
56455768
<p><a name="cc.arduino.cli.commands.v1.BoardListAllRequest"></a></p>
56465769
<h3 id="boardlistallrequest">BoardListAllRequest<a class="headerlink" href="#boardlistallrequest" title="Permanent link">&para;</a></h3>
56475770
<table>
@@ -10845,6 +10968,12 @@ <h3 id="arduinocoreservice">ArduinoCoreService<a class="headerlink" href="#ardui
1084510968
<td>Search boards in installed and not installed Platforms.</td>
1084610969
</tr>
1084710970
<tr>
10971+
<td>BoardIdentify</td>
10972+
<td><a href="#cc.arduino.cli.commands.v1.BoardIdentifyRequest">BoardIdentifyRequest</a></td>
10973+
<td><a href="#cc.arduino.cli.commands.v1.BoardIdentifyResponse">BoardIdentifyResponse</a></td>
10974+
<td>Identify a board using the given properties.</td>
10975+
</tr>
10976+
<tr>
1084810977
<td>BoardListWatch</td>
1084910978
<td><a href="#cc.arduino.cli.commands.v1.BoardListWatchRequest">BoardListWatchRequest</a></td>
1085010979
<td><a href="#cc.arduino.cli.commands.v1.BoardListWatchResponse">BoardListWatchResponse</a> stream</td>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)