电力集团智慧园区
accessToken获取
补充接口
综合安防/子屏
便捷通行/子屏
车辆管理/子屏
行政管理/子屏
智能照明
运行状态
负荷监测
用电统计
用电负荷监测
灯具开关详情
智能供电
充电桩监测
设备监测
用水分析
智慧服务/子屏
环境监测/子屏
页面点位弹窗接口

电力集团项目

运营平台+IoT平台,面向数字孪生大屏提供OpenAPI数据


运行状态

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>运行状态接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/am/lamp/runState</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>参数</h5> <h5>返回示例</h5> <pre><code> { &amp;quot;error_code&amp;quot;: 0, &amp;quot;data&amp;quot;: { &amp;quot;totalCount&amp;quot;: &amp;quot;100&amp;quot;, &amp;quot;onCount&amp;quot;: &amp;quot;60&amp;quot;, &amp;quot;offCount&amp;quot;: &amp;quot;40&amp;quot; } }</code></pre> <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;">totalCount</td> <td style="text-align: left;">int</td> <td>灯具开关总数</td> </tr> <tr> <td style="text-align: left;">onCount</td> <td style="text-align: left;">int</td> <td>开启开关数</td> </tr> <tr> <td style="text-align: left;">offCount</td> <td style="text-align: left;">int</td> <td>关闭开关数</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML