/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 * @license GPL * ----------------------------------------------------------------------------- */ {% extends "rooms.html" %} {% block content %}

Wohnzimmer

Heizung

{{ device.rtr('wohnzimmer_heizen', 'Heizung', '0/0/4/9.xxx', '0/0/3/9.xxx', '0/0/6/1.001', '0/0/8/1.001', '0/0/7/1.001', '0/0/2/1.001') }}

Licht

{{ device.dimmer('wohnen_licht1', 'Esstisch', '0/1/1/1.001', '0/1/5/5.xxx') }} {{ device.dimmer('wohnen_licht2', 'Hinter Sofa', '0/1/11/1.001', '0/1/15/5.xxx') }} {{ device.dimmer('wohnen_licht3', 'Links', '0/1/31/1.001', '0/1/35/5.xxx') }} {{ device.dimmer('wohnen_licht4', 'Rechts', '0/1/21/1.001', '0/1/25/5.xxx') }}

Rollladen Giebel

{% import "widget_shutter.html" as shutter %}
{{ shutter.two ('wohnen_rollladen1', 'Giebel', '0/2/1/1.001', '0/2/2/1.001', '0/2/4/5.001' ) }}

Rollladen Süden

{% import "widget_shutter.html" as shutter %}
{{ shutter.two ('wohnen_rollladen2', 'Einfach Süd', '0/2/11/1.001', '0/2/12/1.001', '0/2/14/5.001' ) }}

Rollladen Westen

{% import "widget_shutter.html" as shutter %}
{{ shutter.two ('wohnen_rollladen3', 'Westen', '0/2/21/1.001', '0/2/22/1.001', '0/2/24/5.001' ) }}

Rollladen alle

{% import "widget_shutter.html" as shutter %}
{{ shutter.two ('wohnen_rollladen4', 'Alle', 'wohnzimmer.rollladen.alle_rolllaeden.bewegung_lang', 'wohnzimmer.rollladen.alle_rolllaeden.bewegung_kurz', 'wohnzimmer.rollladen.alle_rolllaeden.bewegung_position' ) }}

Markise

{% import "widget_shutter.html" as shutter %}
{{ shutter.two ('wohnen_markise1', 'Giebel', '12/2/1/1.001', '12/2/2/1.001', '12/2/4/5.001' ) }}
{% endblock %}