This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

string value display
#7
Then you need to use Custom JS. Change widget ID (46), listening address (0/0/1) and colors as needed.
Note that you need to switch to the User view for Custom JS to work.

Code:
Visu.on('widget-ready', 46, ({ widget }) => {
  const el = widget.getCompactModeEl()

  widget.listen('0/0/1', (value) => {
    el.style.color = value ? '#FF9900' : '#0099FF'
  })
})
Reply


Messages In This Thread
string value display - by Simuzer - 01.02.2026, 16:07
RE: string value display - by admin - 02.02.2026, 08:01
RE: string value display - by toujour - 17.04.2026, 16:25
RE: string value display - by Daniel - 20.04.2026, 07:20
RE: string value display - by admin - 20.04.2026, 08:33
RE: string value display - by toujour - 21.04.2026, 08:21
RE: string value display - by admin - 21.04.2026, 12:55

Forum Jump: