道路水清监测站
<h1>道路水清监测站</h1>
<p>地址:<a href="http://192.168.1.101:9527/devices/28e51f23-4177-5798-93cb-4e25089d443e/invoke-action">http://192.168.1.101:9527/devices/28e51f23-4177-5798-93cb-4e25089d443e/invoke-action</a></p>
<p>参数格式:</p>
<pre><code>{
"serviceID": "urn:wxjc-com:serviceID:汛期模式",
"actionName": "道路水清监测站",
"input": {
//参数
}
}</code></pre>
<p>结果:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>状态 0000:成功 0001:失败</td>
</tr>
<tr>
<td>data</td>
<td>返回的数据</td>
</tr>
</tbody>
</table>
<p>data字段说明:</p>
<table>
<thead>
<tr>
<th>字段</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>Id</td>
<td>Id</td>
</tr>
<tr>
<td>RoadName</td>
<td>道路名称</td>
</tr>
<tr>
<td>StationName</td>
<td>站点名称</td>
</tr>
<tr>
<td>Depth</td>
<td>水位</td>
</tr>
<tr>
<td>Speed</td>
<td>风速</td>
</tr>
<tr>
<td>GetTime</td>
<td>采集时间</td>
</tr>
<tr>
<td>Temp</td>
<td>时间戳</td>
</tr>
<tr>
<td>isnew</td>
<td>是否为最新数据</td>
</tr>
</tbody>
</table>