smartVISU
09:54,28.03, v2.7

Device-Widgets

device.blind device.dimmer device.rtr device.shutter


device.blind

Standard blind

Parameters
{{device.blind(id, txt, gad_move, gad_stop, gad_pos, gad_shift, gad_angle, min, max, step) }}
id
unique id for this widget
txt
name of the blind
gad_move
a gad/item for the up- and down- movement
gad_stop
a gad/item for stopping the movement (optional)
gad_pos
a gad/item for the actual absolute position of the blinds
gad_shift
a gad/item for increase- and decreace- of the blade (optional)
gad_angle
a gad/item for the actual absolute angle of the blade (optional)
min
the minimum value for close (optional, default 0)
max
the maximum value for open (optional, default 255)
step
step between two values (optional, default 5)
Example
{{ device.blind('blind1', 'Blind', 'bath_blind_mov', 'bath_blind_stop', 'bath_blind_pos', 'bath_blind_adjust', 'bath_blind_angle') }}
Blind
A blind without a blade
{{ device.blind('blind2', '', 'bath_blind_mov', 'bath_blind_stop', 'bath_blind_pos') }}
Blind without blade

inspired by Frank Berlenz

Widgets

Design

Misc