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

Arbeitszimmer

Heizung

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

Licht

Deckenlicht
{{ basic.flip('arbeiten_licht', '8/1/1/1.001', 'Ein', 'Aus') }}


Rollladen

{% import "widget_shutter.html" as shutter %} {{ shutter.two ('shutter1', 'Fenster', '8/2/1/1.001', '8/2/2/1.001', '8/2/4/5.001' ) }}
{% endblock %}