调参配置-控制点位规格-查询
<p>[TOC]</p>
<h3>简要描述</h3>
<p>查询调参配置-控制点位规格</p>
<h3>请求URL</h3>
<pre><code>POST /energy-manage/coolingDevicePoint/spec/list</code></pre>
<h3>请求方式</h3>
<p>POST</p>
<h3>入参示例</h3>
<pre><code class="language-json">{
&quot;topCont&quot;: {
&quot;svcCode&quot;: &quot;BSS&quot;,
&quot;appSecret&quot;: &quot;&quot;,
&quot;reqTime&quot;: &quot;2025-06-11 21:11:58&quot;,
&quot;appChl&quot;: &quot;&quot;,
&quot;version&quot;: &quot;V1.0&quot;
},
&quot;svcCont&quot;: {
&quot;systemCode&quot;: &quot;Sys_001&quot;,
&quot;deviceCode&quot;: &quot;Ice_001&quot;,
&quot;runMode&quot;: &quot;chiller&quot;,
&quot;typeCode&quot;:&quot;Sensor&quot;,
&quot;subTypeCode&quot;:&quot;TempHumSensorIn&quot;
}
}</code></pre>
<h3>请求参数</h3>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>runMode</td>
<td>否</td>
<td>String</td>
<td>运行模式 chiller: 冷机模式 combined: 联合模式 exchange: 板换模式</td>
</tr>
<tr>
<td>systemCode</td>
<td>否</td>
<td>String</td>
<td>冷源系统编码 ,查询冷源系统调参配置时必填</td>
</tr>
<tr>
<td>deviceCode</td>
<td>否</td>
<td>String</td>
<td>设备编码</td>
</tr>
<tr>
<td>typeCode</td>
<td>否</td>
<td>String</td>
<td>设备大类编码</td>
</tr>
<tr>
<td>subTypeCode</td>
<td>否</td>
<td>String</td>
<td>设备小类编码</td>
</tr>
</tbody>
</table>
<h3>返回示例</h3>
<pre><code class="language-json">{
&quot;topCont&quot;: {
&quot;resultCode&quot;: &quot;0&quot;,
&quot;respTime&quot;: &quot;2025-06-11 21:12:00&quot;,
&quot;remark&quot;: &quot;success&quot;
},
&quot;svcCont&quot;: {
&quot;data&quot;: [
{
&quot;specId&quot;: 5,
&quot;typeCode&quot;: &quot;Ice&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;evaporatorOutWTempPV&quot;,
&quot;paramName&quot;: &quot;蒸发器出水温度反馈&quot;,
&quot;paramUnit&quot;: null,
&quot;paramType&quot;: &quot;1&quot;
},
{
&quot;specId&quot;: 6,
&quot;typeCode&quot;: &quot;Ice&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;evaporatorInWTemp&quot;,
&quot;paramName&quot;: &quot;蒸发器进水温度&quot;,
&quot;paramUnit&quot;: &quot;℃&quot;,
&quot;paramType&quot;: &quot;1&quot;
},
{
&quot;specId&quot;: 7,
&quot;typeCode&quot;: &quot;Ice&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;MotorPowerPF&quot;,
&quot;paramName&quot;: &quot;电机功率因数&quot;,
&quot;paramUnit&quot;: null,
&quot;paramType&quot;: &quot;1&quot;
},
{
&quot;specId&quot;: 8,
&quot;typeCode&quot;: &quot;CoolWaterPump&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;CoolPumpHzPV&quot;,
&quot;paramName&quot;: &quot;水泵频率反馈&quot;,
&quot;paramUnit&quot;: null,
&quot;paramType&quot;: &quot;1&quot;
},
{
&quot;specId&quot;: 9,
&quot;typeCode&quot;: &quot;CoolWaterPump&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;CoolPumpHzSP&quot;,
&quot;paramName&quot;: &quot;水泵频率控制&quot;,
&quot;paramUnit&quot;: null,
&quot;paramType&quot;: &quot;2&quot;
},
{
&quot;specId&quot;: 10,
&quot;typeCode&quot;: &quot;ColdWaterPump&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;ColdPumpHzPV&quot;,
&quot;paramName&quot;: &quot;水泵频率反馈&quot;,
&quot;paramUnit&quot;: null,
&quot;paramType&quot;: &quot;1&quot;
},
{
&quot;specId&quot;: 11,
&quot;typeCode&quot;: &quot;ColdWaterPump&quot;,
&quot;subTypeCode&quot;: null,
&quot;paramCode&quot;: &quot;ColdPumpHzSP&quot;,
&quot;paramName&quot;: &quot;水泵频率控制&quot;,
&quot;paramUnit&quot;: null,
&quot;paramType&quot;: &quot;1&quot;
}
]
}
}
</code></pre>
<h3>返回参数说明</h3>
<table>
<thead>
<tr>
<th>参数名</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>specId</td>
<td>String</td>
<td>规格 ID</td>
</tr>
<tr>
<td>typeCode</td>
<td>String</td>
<td>设备大类编码</td>
</tr>
<tr>
<td>subTypeCode</td>
<td>String</td>
<td>设备小类编码</td>
</tr>
<tr>
<td>paramName</td>
<td>String</td>
<td>参数名称,对应表格控制点位</td>
</tr>
<tr>
<td>paramCode</td>
<td>String</td>
<td>参数编码</td>
</tr>
<tr>
<td>paramUnit</td>
<td>String</td>
<td>参数单位,如°C、r/min、Mpa、%等</td>
</tr>
<tr>
<td>paramType</td>
<td>String</td>
<td>参数类型,(1采集参数,2调控参数)</td>
</tr>
</tbody>
</table>
<hr />