/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Onkel Andy * @copyright 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "quad_root.html" %} {% block title %} Jalousien {% endblock %} {% block header %} Jalousien {% endblock %} {% block content %} {% endblock %} {% block quad_top %} {{ plot.period('', ['screens.osten_s1.hoehe', 'screens.sueden_s2.hoehe', 'screens.westen_s3.hoehe', 'screens.westen_s4.hoehe', 'screens.westen_s5.hoehe'], 'max', '24h', 'now', 0, 120, '1000', ['Osten', 'Süden', 'Westen links', 'Westen Mitte', 'Westen rechts'], ['#ffa', '#3f3', '#aaf', '#faa', '#aff'], ['stair', 'stair', 'stair', 'stair', 'stair'], ['Uhrzeit', 'Höhe'],'30s') }} {% endblock %} {% block quad_bottom %} {{ plot.period('wind', 'Wetterstation.Windgeschwindigkeit.kmh', 'max', '12h', 'now', 0, 100, '1000', 'Wind', '#f00', 'line', ['Uhrzeit', 'km/h'],'3s') }} {% endblock %}