Else function block
Else function block
less than a minute
With the logic else
function block, you can create a else-statement
if the if
or elif
statement is false the else statement is true. The else
function block is always combined with if
or/and elif
statement. In the Add an action to else
you can add function blocks which will be executed after else statement is true.
