smartVISU
05:55,25.04, v2.6

Basic-Widgets

basic.button basic.checkbox basic.colordisc basic.dual basic.flip basic.float basic.glue basic.image basic.notify basic.rgb basic.shifter basic.shutter basic.slider basic.switch basic.symbol basic.tank basic.text basic.value


basic.float

Displays a value as float

Parameters
{{basic.float(id, gad, unit, tag) }}
id
unique id for this widget
gad
a gad/item
unit
a unit, tries to get the format for that unit from the language-file (optional)
tag
the parent html-tag for the value (optional, default 'span')
Examples
{{ basic.float('float1', 'bath_light_value') }}
-.-
{{ basic.float('float2', 'bath_light_value', '°') }}
-.-°

Widgets

Design

Misc