/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012 - 2015
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "widget_device.html" %}
{% block example %}
This widget can replace an RTR display (device.rtr) with almost the same functionality.
If you want to use knx dpt '20.102' use the item_mode 3 times for 'item_comfort', 'item_night' and 'item_frost'.
{% filter trim|escape|nl2br %}{% verbatim %}
{{ device.rtr('rtr2', 'Heating', 'bath.rtr.act', 'bath.rtr.set', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.state', 'bath.rtr.text') }}
{{ device.rtrslider('sl1', 'bath.rtr.act', 'bath.rtr.set', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.mode', 'bath.rtr.state') }}
{% endverbatim %}{% endfilter %}