/**
* -----------------------------------------------------------------------------
* @package smartVISU
* @author Martin Gleiß
* @copyright 2012
* @license GPL [http://www.gnu.de]
* -----------------------------------------------------------------------------
*/
{% extends "rooms.html" %}
{% block content %}
Büro
{{ basic.button('all_off', 'buero_licht_schalten', 'Aus', 'delete', '0', 'midi') }}
{{ basic.button('szene1', 'buero_szene_arbeit', 'Arbeit', '', '', 'midi') }}
{{ basic.button('szene2', 'buero_szene_privat', 'Privat', '', '', 'midi') }}
Licht
{{ device.dimmer('light_door', 'Tür dimmen', 'og.office.light_door', 'og.office.light_door.level') }}
{{ device.dimmer('light_corner', 'Ecke dimmen', 'og.office.light_corner', 'og.office.light_corner.level') }}
Plot
{{ plot.period('pl',['og.office.light_door.level', 'og.office.light_corner.level'], 'avg', '1d', 0, '', '', '', '', '', ['stair', 'stair']) }}
Raumtemperatur
{{ device.rtr('heating', 'Heizung', 'og.office.heating', 'og.office.heating.set',
'og.office.heating.mode', 'og.office.heating.night', 'og.office.heating.frost', 'og.office.heating.state') }}
Plot
{{ plot.rtr('ph', 'og.office.heating', 'og.office.heating.set', 'og.office.heating.state') }}
{% endblock %}