/** * ----------------------------------------------------------------------------- * @package smartVISU * @author Andre Kohler * @copyright 2020 * @license GPL [http://www.gnu.de] * ----------------------------------------------------------------------------- */ {% extends "device/widget_device.html" %} {% block example %}

You can change the state of the UZSU from active to inactive by tapping the hook / cross on the left top position

By tapping any other area on the widget the popup for editing the times will be opened

Example with border solid:

{% filter trim|escape|nl2br %}{% verbatim %} {{ device.uzsutable('','uzsuitem1','Schaltuhr Flur EG','1','0','limegreen','red','','','true','10m','solid','true','true','true','true',2,'','') }} {% endverbatim %}{% endfilter %}
{{ device.uzsutable('','uzsuitem1','Schaltuhr Spots Flur','1','0','limegreen','red','','',true,'10m','solid','true','true','true','true',2,'','') }}

Example with border as list:

{% filter trim|escape|nl2br %}{% verbatim %} {{ device.uzsutable('','uzsuitem2','Switchting Time Heating','1','0','limegreen','red','','','true','1h',['5m:solid','10m:hourly','15m:hourly','30m:horizontal','1h:horizontal'],'true','true','false','true',1,'','') }} {% endverbatim %}{% endfilter %}
{{ device.uzsutable('','uzsuitem2','Switchting Time Heating','1','0','red','blue','','','true','1h',['5m:solid','10m:hourly','15m:hourly','30m:horizontal','1h:horizontal'],'true','true','false','true',1,'','') }}

Example with border horizontal :

{% filter trim|escape|nl2br %}{% verbatim %} {{ device.uzsutable('','uzsuitem3','Solar Pump','1','0','yellow','blue','','','false','30m','horizontal','false','true','false','true',3,'','') }} {% endverbatim %}{% endfilter %}
{{ device.uzsutable('','uzsuitem3','Solar Pump','1','0','yellow','blue','','','false','30m','horizontal','false','true','false','true',3,'','') }}
{% endblock %}