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

Bad Eltern

Heizung

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

Licht

Decke {{ basic.flip('bad_decke', '9/1/1/1.001', 'Ein', 'Aus') }}
Spiegel {{ basic.flip('bad_spiegel', '9/1/11/1.001', 'Ein', 'Aus') }}


Rollladen

{% import "widget_shutter.html" as shutter %} {{ shutter.two ('badog_westen', 'Westen', '9/2/1/1.001', '9/2/2/1.001', '9/2/4/5.001', '' ) }}
{% endblock %}