device.smallshut
Displays a simple shutter control assembly in table format
{{ device.smallshut(id, txt, item_move, item_stop, item_position, item_saved, type) }}
id
txt
item_move
item_stop
item_position
item_saved
type
.smallshut
for the widget properties.smallshut .ui-shut-btn
for the buttons.smallshut .ui-shut-pic
for the dynamic icon (with a .icon
section to control the icons position)<div class="ui-bar-c ui-li-divider ui-corner-top">Shutter Table</div>
<div class="ui-fixed ui-body-a ui-corner-bottom">
{{ device.smallshut('SmS1', 'Wohnzimmer', 'b.move', 'b.stop', 'b.pos', 'b.adjust') }}
<!-- block space till end of line, remove if uzsu wanted -->
<span class="ui-shut-btn" style="height: 44px;"> </span>
<div class="smallshut_wrapper">
{{ device.smallshut('SmS2', 'Bad', 'bath.blind.move', 'bath.blind.stop', 'bath.blind.pos', '') }}
{{ device.uzsuicon('uzsu1', 'uzsuitem') }}
</div>
</div>