Show/Hide element with Var Toggle but always show in AOD mode?

I have an element that I show/hide via a Var Toggle (Timeout)

$#VAR_1_TE#>=0&&#VAR_1_TE#<5500?0:100$

This works well in the ‘On’ state of the watch. But I like to always show this element in ‘AOD’ mode regardless of the current toggle state in the ‘On’ state. I know that I just could duplicate the element for the 'On" state but wonder if there is a cleaner, simpler way?

I know it has to do something with #ZLP# but I can’t get this to work… Any help or pointers greatly appreciated…

1 Like

Got it figured out - here it is:

$#VAR_1_TE#>=0&&#VAR_1_TE#<5500&&#ZLP#=0?0:100$
2 Likes

Interesting… never used ZLP, got to remember that…

1 Like