/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012 - 2015
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "widget_device.html" %}
{% block example %}
The shutter may be used in two modes: 'half' and 'full'. The 'half' mode is for
blade which can turn to a negativ value, normal blades do so. Some blades
like 'S'-blades may only turn to a positv angle. For this use 'full' mode.
{{ device.shutter ('shutter1', 'Shutter 1', 'bath.blind.mov', 'bath.blind.stop', 'bath.blind.pos', 'bath.blind.adjust', 'bath.blind.angle', 'bath.blind.stored') }}
{{ device.shutter ('shutter2', 'Shutter 2', 'bath.blind.mov', '', 'bath.blind.pos', 'bath.blind.adjust', 'bath.blind.angle', '', 0, 255, 5, 'full') }}
{{ device.shutter ('shutter3', 'Shutter 3', 'bath.blind.mov', '', 'bath.blind.pos') }}
{% filter trim|escape|nl2br %}{% raw %}
#widget_device_shutter-shutter2 {
background-image: url('../../pics/shutter/shutter_ocean.png');
}
{% endraw %}{% endfilter %}