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

Büro Marco

Ceiling Light

{{ device.dimmer('OG.living.ceiling', 'Ceiling Light', 'OG.living.ceiling', 'OG.living.ceiling.level') }}

Ambiant Light

{{ basic.rgb('OG.living.ambiant', 'OG.living.ambiant.r', 'OG.living.ambiant.g', 'OG.living.ambiant.b') }}

Temperature

{{ device.rtr('OG.living.temperature', 'Temperature', 'OG.living.temperature', 'OG.living.temperature.set', 'OG.living.temperature.mode', 'OG.living.temperature.night', 'OG.living.temperature.frost', 'OG.living.temperature.state') }}

Shutter

{{ device.shutter('OG.living.blind', 'Shutter', 'OG.living.blind.move', 'OG.living.blind.stop', 'OG.living.blind.pos', '', 'OG.living.blind.tilt') }}
{% endblock %}