smartVISU
22:30,28.03, v2.7

Device-Widgets

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


device.dimmer

Standard dimmer with switching and dimming function

Parameters
{{device.dimmer(id, txt, gad_switch, gad_value, min, max, step) }}
id
unique id for this widget
txt
name of the dimmer
gad_switch
a gad/item for switching
gad_value
a gad/item for dimming
min
the minimum value if the slider is moved to total left (optional, default 0)
max
the maximum value if the slider is moved to total right (optional, default 255)
step
step between two values (optional, default 5)
Example
{{ device.dimmer('dimmer1', 'Dimmer', 'bath_light_switch', 'bath_light_value') }}

Dimmer

Widgets

Design

Misc