Search found 1 match

by YopYop
Monday 28 July 2025 0:11
Forum: dzVents
Topic: Text Device does not gets updated.
Replies: 11
Views: 3699

Re: Text Device does not gets updated.

Hi, I have the exact same problem but only if I change the icon.

If I do this code, the text is updated

execute = function(dz, device)
--dz.devices('Tempo J').setIcon(128)
dz.devices('Tempo J').updateText('bleu').silent()
end

But with this one, I get the bug: the text isn't displayed anymore ...