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

Gäste

Licht

{{ device.dimmer('licht', 'Tür dimmen', 'gaeste_licht_schalten', 'gaeste_licht_setzen') }}

Einstellungen

Raumtemperatur

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

Plot

{{ plot.rtr('ph', 'eg.guest.heating', 'eg.guest.heating.set', 'eg.guest.heating.state') }}
{% endblock %}