Skip to content

Commit

Permalink
20241115
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 15, 2024
1 parent f970da6 commit 8f4b882
Showing 1 changed file with 71 additions and 1 deletion.
72 changes: 71 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,14 @@ <h2>Table of Contents</h2>
<a href="#lebai.system.DiskInfo"><span class="badge">M</span>DiskInfo</a>
</li>

<li>
<a href="#lebai.system.GetBoxDevicesRequest"><span class="badge">M</span>GetBoxDevicesRequest</a>
</li>

<li>
<a href="#lebai.system.GetBoxDevicesResponse"><span class="badge">M</span>GetBoxDevicesResponse</a>
</li>

<li>
<a href="#lebai.system.GetEstopReasonResponse"><span class="badge">M</span>GetEstopReasonResponse</a>
</li>
Expand Down Expand Up @@ -8628,11 +8636,18 @@ <h3 id="lebai.plugin.PluginService">PluginService</h3>
<td><p>禁用插件</p></td>
</tr>

<tr>
<td>RestartPluginDaemon</td>
<td><a href="#lebai.plugin.PluginIndex">PluginIndex</a></td>
<td><a href="#google.protobuf.Empty">.google.protobuf.Empty</a></td>
<td><p>重启守护程序</p></td>
</tr>

<tr>
<td>GetPluginDaemonStdout</td>
<td><a href="#lebai.plugin.PluginIndex">PluginIndex</a></td>
<td><a href="#lebai.CommandStdout">.lebai.CommandStdout</a></td>
<td><p>获取更新信息</p></td>
<td><p>获取守护程序输出</p></td>
</tr>

<tr>
Expand Down Expand Up @@ -11265,6 +11280,54 @@ <h3 id="lebai.system.DiskInfo">DiskInfo</h3>



<h3 id="lebai.system.GetBoxDevicesRequest">GetBoxDevicesRequest</h3>
<p></p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>prefix</td>
<td><a href="#string">string</a></td>
<td></td>
<td><p> </p></td>
</tr>

</tbody>
</table>





<h3 id="lebai.system.GetBoxDevicesResponse">GetBoxDevicesResponse</h3>
<p></p>


<table class="field-table">
<thead>
<tr><td>Field</td><td>Type</td><td>Label</td><td>Description</td></tr>
</thead>
<tbody>

<tr>
<td>devices</td>
<td><a href="#string">string</a></td>
<td>repeated</td>
<td><p> </p></td>
</tr>

</tbody>
</table>





<h3 id="lebai.system.GetEstopReasonResponse">GetEstopReasonResponse</h3>
<p></p>

Expand Down Expand Up @@ -12113,6 +12176,13 @@ <h3 id="lebai.system.SystemService">SystemService</h3>
<td><p>软件信息</p></td>
</tr>

<tr>
<td>GetBoxDevices</td>
<td><a href="#lebai.system.GetBoxDevicesRequest">GetBoxDevicesRequest</a></td>
<td><a href="#lebai.system.GetBoxDevicesResponse">GetBoxDevicesResponse</a></td>
<td><p>获取控制箱dev设备列表</p></td>
</tr>

<tr>
<td>SetVirtualIp</td>
<td><a href="#lebai.system.SetVirtualIpRequest">SetVirtualIpRequest</a></td>
Expand Down

0 comments on commit 8f4b882

Please sign in to comment.