实时空气质量检测
<h1>实时空气质量检测</h1>
<p>地址:<a href="http://192.168.1.101:9527/devices/44f10915-500c-5871-a03e-0ddba9ddd366/invoke-action">http://192.168.1.101:9527/devices/44f10915-500c-5871-a03e-0ddba9ddd366/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>name</td>
<td>街道名称</td>
</tr>
</tbody>
</table>
<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>类型</td>
<td>类型</td>
</tr>
<tr>
<td>time</td>
<td>时间</td>
</tr>
<tr>
<td>value</td>
<td>值</td>
</tr>
</tbody>
</table>