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

Kinderzimmer

{{ basic.button('all_off', 'kind_licht_schalten', 'Aus', 'delete', '0', 'midi') }}

Licht

{{ device.dimmer('light_door', 'Tür dimmen', 'og.kid.light_door', 'og.kid.light_door.level') }} {{ device.dimmer('light_corner', 'Ecke dimmen', 'og.kid.light_corner', 'og.kid.light_corner.level') }}

Einstellungen

Raumtemperatur

{{ device.rtr('heating', 'Heizung', 'og.kid.heating', 'og.kid.heating.set', 'og.kid.heating.mode', 'og.kid.heating.night', 'og.kid.heating.frost', 'og.kid.heating.state') }}

Plot

{{ plot.rtr('ph', 'og.kid.heating', 'og.kid.heating.set', 'og.kid.heating.state') }}
{% endblock %}