/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_plot.html" %} {% block example %}
This plot uses historical data series. Not all backends/drivers do support this.
{% filter trim|escape|nl2br %}{% verbatim %}
{{ plot.rtr('', 'bath.plot.temp_actual', 'bath.plot.temp_set', 'bath_plot_state') }}
{{ plot.rtr('', 'bath.plot.temp_actual', 'bath.plot.temp_set', 'bath_plot_state', '50', '3d', 'now', 'on') }}
{% endverbatim %}{% endfilter %}