[SOLVED] Global var to display in Basic UI

I have this global var working in a rule where I stored some data:

var String status = null 

I have this item in my.sitemap:

Text item=HabpanelBattery label="Status = "

The stored value from this global var (“status”) is already displayed in HABPanel: HabpanelBattery.postUpdate(status).

How to publish the stored value also in BasicUI’s item?

Text item=HabpanelBattery label="Status = [%s]"

:slight_smile: very fast answer! Thanks, Vincent!

No problems
Please mark the thread as solved, thanks