/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_basic.html" %} {% block example %} Use the slider to control the shifter
{% filter trim|escape|nl2br %}{% verbatim %}
{{ basic.shifter('shifter1', 'bath.light.switch', 'bath.light.value') }}
{% endverbatim %}{% endfilter %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ basic.shifter('shifter2', '', 'bath.light.value', 'fts_shutter_00.svg', 'fts_shutter.svg') }}
{% endverbatim %}{% endfilter %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ basic.shifter('shifter4', 'bath.light.switch', 'bath.light.value', 'fts_garage_door_00.svg', 'fts_garage.svg') }}
{% endverbatim %}{% endfilter %}
{% filter trim|escape|nl2br %}{% verbatim %}
{{ basic.shifter('svg1', '...', '...', 'icon.arrow') }}
{{ basic.shifter('svg2', '...', '...', 'icon.battery') }}
{% endverbatim %}{% endfilter %}