/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @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 %}