summaryrefslogtreecommitdiff
path: root/localwebsite/templates-web/inverter_page.twig
blob: 2c3f8dd7098efa637d2edb0eb917bbb5c0318478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% include 'bc.twig' with {
  history: [
    {text: "Инвертор" }
  ]
} %}

<h6 class="text-primary">Статус</h6>
<div id="inverter_status">
  {{ html|raw }}
</div>

{% js %}
Inverter.poll();
{% endjs %}