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

Diele EG

Heizung

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

Licht

{{ device.dimmer('decke', 'Decke', '4/1/1/1.001', '4/1/5/5.xxx', 0, 200 ,5) }}
{{ device.dimmer('treppe', 'Treppe', '4/1/31/1.001', '4/1/35/5.xxx', 0, 200 ,5) }}
Wand Spiegel {{ basic.flip('spiegel', '4/1/11/1.001', 'Ein', 'Aus') }}
Wand Bild {{ basic.flip('bild', '4/1/21/1.001', 'Ein', 'Aus') }}
{% endblock %}