/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_plot.html" %} {% block example %}
Example
{% filter trim|escape|nl2br %}{% verbatim %} {{ plot.temprose('p1', ['sleep_rtr_act', 'office_rtr_act', 'kid_rtr_act', 'bath_rtr_act', 'floor_rtr_act'], ['sleep_rtr_set', 'office_rtr_set', 'kid_rtr_set', 'bath_rtr_set', 'floor_rtr_set'], ['Sleeping', 'Office', 'Kid', 'Bath', 'Floor']) }} {% endverbatim %}{% endfilter %}

house temperature plot

{{ plot.temprose('p1', ['sleep_rtr_act', 'office_rtr_act', 'kid_rtr_act', 'bath_rtr_act', 'floor_rtr_act'], ['sleep_rtr_set', 'office_rtr_set', 'kid_rtr_set', 'bath_rtr_set', 'floor_rtr_set'], ['Sleeping', 'Office', 'Kid', 'Bath', 'Floor']) }}
{% endblock %}