/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Onkel Andy * @copyright 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "quad_root.html" %} {% block title %} Licht {% endblock %} {% block header %} Licht EG {% endblock %} {% block content %}
EG | OG | BWM | Lichtkurven
{% endblock %} {% block quad_top %} {{ plot.period('bad_plot', ['licht.eg.bad.spiegel.dimmen', 'licht.eg.bad.spots.dimmen', 'licht.eg.bad.wc.dimmen'], 'max', '12h', 'now', 0, '110', '1000', ['Bad Spiegel', 'Spots', 'wc'], ['#faa', '#ada', '#aaf'] , ['stair', 'stair', 'stair'], ['Uhrzeit', 'Helligkeit'],'3s') }} {% endblock %} {% block quad_bottom %} {{ plot.period('gang_plot', ['licht.eg.gang.dimmen', 'licht.treppe.garderobe.sa', 'licht.treppe.kg_gang.sa'], 'raw', '12h', 'now', 0, '110', '100', ['Gang', 'Garderobe', 'KG Gang'], ['#faa', '#ada', '#aaf'] , ['stair', 'stair', 'stair'], ['Uhrzeit', 'Helligkeit'],'3s') }}
{% endblock %}