/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "widget_device.html" %} {% block example %}
Example
{{ device.blind('blind1', 'Blind', 'bath.blind.mov', 'bath.blind.stop', 'bath.blind.pos', 'bath.blind.adjust', 'bath.blind.angle') }}
Blind
{{ device.blind('blind1', 'Blind', 'bath.blind.mov', 'bath.blind.stop', 'bath.blind.pos', 'bath.blind.adjust', 'bath.blind.angle') }}
A blind without a blade
{{ device.blind('blind2', '', 'bath.blind.mov', 'bath.blind.stop', 'bath.blind.pos') }}
Blind without blade
{{ device.blind('blind2', '', 'bath.blind.mov', 'bath.blind.stop', 'bath.blind.pos') }}
{% endblock %}