Device-Widgets

device.blind device.codepad device.dimmer device.rtr device.shutter device.smallshut device.roofwindow device.uzsuicon device.uzsugraph


device.uzsugraph

Graphical widget for usage of UZSU plugin. Drag points, add new ones by clicking on background and edit or delete them.

Parameters
{{ device.uzsugraph(id, item, headline, editable, valueType, valueParameterList) }}
id
unique id for this widget (optional)
item
the item of the UZSU (NOT the item which is switched by UZSU)
headline
title of graph (optional, default: UZSU)
editable
allow changes (optional, default: 0)
valueType
supported types are 'bool' and 'num' (optional, default: bool)
valueParameterList
valueParameterList depending on valueType (optional):
bool: ['text on','text off'] or ['text1:value1','text2:value2'],
num: [min, max, step]
Example
{{ device.uzsugraph('', 'uzsuitem', '', 1, 'num', [0,100,10]) }}
{{ device.uzsugraph('', 'uzsuitem2', 'Boolean', 1, 'bool', ['On:1', 'Off:0']) }}

Author:Stefan Widmer

Widgets

Design

Misc