Device-Widgets

device.blind device.codepad device.dimmer device.rtr device.rtrslider device.shutter device.smallshut device.roofwindow device.uzsuicon device.uzsugraph device.uzsutable device.window


device.blind

Standard blind

Parameters
{{ device.blind(id, txt, item_move, item_stop, item_pos, item_shift, item_angle, value_top, value_bottom, step) }}
id
unique id for this widget (optional)
txt
name of the blind
item_move
an item for the up and down movement (optional, value_top/value_bottom will be sent to item_pos if omitted)
item_stop
an item for stopping the movement (optional)
item_pos
an item for the absolute position of the blinds
item_shift
an item for increase and decrease of the blade (optional)
item_angle
an item for the absolute angle of the blade (optional)
value_top
the value for opened (optional, default 0)
value_bottom
the value for closed (optional, default 255)
step
step between two values (optional, default: 5)
Example
{{ device.blind('', 'Blind', 'bath.blind.move', 'bath.blind.stop', 'bath.blind.pos', 'bath.blind.adjust', 'bath.blind.angle') }}
Blind
A blind without a blade
{{ device.blind('', '', 'bath.blind.move', 'bath.blind.stop', 'bath.blind.pos') }}
Blind without blade

Author: Martin Gleiss
inspired by Frank Berlenz

Widgets

Design

Misc