/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Martin Gleiß * @copyright 2012 - 2015 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "rooms.html" %} {% block content %}

Gästezimmer

Heizung

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

Licht

Deckenlicht
{{ basic.stateswitch('arbeiten_licht', '2/1/1/1.001', 'midi', ['', ''], ['control_on_off.svg', 'control_on_off.svg'], '', ['icon1', 'icon0']) }}


Rollladen Norden

{{ shutter.two ('gaeste_norden', 'Norden', '2/2/1/1.001', '2/2/2/1.001', '2/2/4/5.001' ) }}

Rollladen Osten

{{ shutter.two ('gaeste_osten', 'Osten', '2/2/11/1.001', '2/2/12/1.001', '2/2/14/5.001' ) }}
{% endblock %}