basic.symbol
A symbol, with no writing to knx, only displayed when the value of gad is equal to val. Symbols may be used in menus. If more than one gad is given, they will be combined with mode ('or' / 'and).
{{basic.symbol(id, items, txt, pic, val, mode) }}
id
items
txt
pic
val
mode
{{ basic.symbol('s1', 'bath_light_switch') }}
{{ basic.symbol('s2', 'bath_light_switch', 'Light on', icon1~'light_light.png') }}
{{ basic.symbol('s3', 'bath_light_switch', 'Light off', icon1~'light_light.png', 0) }}
{{ basic.symbol('s4', 'bath_light_switch', '', 'icons/gn/light_light.png') }}
{{ basic.symbol('s5', 'bath_light_switch', '', 'icons/bl/light_light.png') }}
{{ basic.symbol('s6', ['bath_light_switch', 'bath_rtr_state']) }}
{{ basic.symbol('s7', ['bath_light_switch', 'bath_rtr_state'], '', '', 1, 'and') }}