[BATT_IS_CHARGE] display random text

Hi,
i have a little problem.
I want to display a random Text ( in my case “Charge”) when the watch is charging.

Tag is [BATT_IS_CHARGE]…
Shown is 0 or 1, so I want replace 1 to “Charge” and 0 to “Charge” in different colors.

I didnt find any solution on the net.

Thx :smiling_face:.

Ok, made it.

For someone who is interested:

Charge on:
([BATT_IS_CHARGE]==1?“Charge”:“”)

Charge off:
([BATT_IS_CHARGE]==0?“Charge”:“”)

And Text different color.

1 Like

I think it would make more sense if the first text said charging instead charge.
image

1 Like

Hi, “Charge” is the best way for me :grin:
I`ll build a background of my central instrument of my car as a watch face for me…

Jogger_1715703566602