device.uzsutable
UZSU-Timetable widget for usage with the UZSU-Plugin
{{ device.uzsutable(id, item, headline, value_on, value_off, color_on,color_off, color_on_disabled, color_off_disabled, fill, granularity, borderstyle, showzoombutton, showtooltip, showsun, showactualtime, inactivestyle, valueType, valueParameterList) }}
id
item
headline
value_on
value_off
color_on
color_off
color_on_disabled
color_off_disabled
fill
granularity
borderstyle
showzoombutton
showtooltip
showsun
showactualtime
inactivestyle
valueType
valueParameterList
You can change the state of the UZSU from active to inactive by tapping the hook / cross on the left top position
By tapping any other area on the widget the popup for editing the times will be opened
Example with border solid:
{{ device.uzsutable('','uzsuitem1','Schaltuhr Flur EG','1','0','limegreen','red','','',true,'10m','solid',true,true,true,true,2,'','','') }}
Example with border as list:
{{ device.uzsutable('','uzsuitem2','Switchting Time Heating','1','0','limegreen','red','','','true','1h',['5m:solid','10m:hourly','15m:hourly','30m:horizontal','1h:horizontal'],true,true,false,true,1,'','','') }}
Example with border horizontal :
{{ device.uzsutable('','uzsuitem3','Solar Pump','1','0','yellow','blue','','','false','30m','horizontal',false,true,false,true,3,'','','') }}