获取自控命令列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取自控命令列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xgkj.hljnyxx.com/dongnongBackend/index.php//Home/Plc/getAutoControlCommandList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">location</td>
<td style="text-align: left;">是</td>
<td>左侧菜单接口的 location 字段</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;查询成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: &quot;1&quot;,
&quot;name&quot;: &quot;种植南瓜&quot;,
&quot;is_enabled&quot;: &quot;1&quot;,
&quot;showCondition&quot;: &quot;空气温度10-20℃ 空气湿度30-40% &quot;,
&quot;showAction&quot;: &quot;卷膜上升 外卷膜上升 &quot;,
&quot;showDate&quot;: &quot;2023-05-10 00:00:00至2023-06-02 00:00:00&quot;
},
{
&quot;id&quot;: &quot;2&quot;,
&quot;name&quot;: &quot;种植南瓜&quot;,
&quot;is_enabled&quot;: &quot;1&quot;,
&quot;showCondition&quot;: &quot;空气温度10-20℃ 空气湿度30-40% &quot;,
&quot;showAction&quot;: &quot;卷膜上升 外卷膜上升 &quot;,
&quot;showDate&quot;: &quot;2023-05-10 00:00:00至2023-06-02 00:00:00&quot;
}
]
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">id</td>
<td>主键 id</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td>名称</td>
</tr>
<tr>
<td style="text-align: left;">is_enabled</td>
<td>始能,是否启动,0-未启动;1-已启动</td>
</tr>
<tr>
<td style="text-align: left;">showCondition</td>
<td>条件</td>
</tr>
<tr>
<td style="text-align: left;">showAction</td>
<td>动作</td>
</tr>
<tr>
<td style="text-align: left;">showDate</td>
<td>时效</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>列表表格横坐标为:名称、条件、动作、时效、始能、操作</li>
<li>操作的表格放上删除按钮</li>
<li>始能上面放启动和未启动的转换按钮</li>
</ul>