Hide te process of the Gui creation
-
Hello,
I make a few experience with the hide of the widgets on start up the Gui, with this:
mqttClient.publish(&In[0], "@sls 1000\r\n");//bild the gui with all the widgets i need, that can have a duration of > 10 seconds
//""
//""
// end of the widgets on Gui
mqttClient.publish(&In[0], "@hls 500\r\n");But if i make changes on @sls 2000 or 5000 it all the same, can't see that anything change
@Klemen, can you please explain a bit more about this feature?
Thanks
Regards -
@Sato Hi,
if you check the manual, you will see that the @sls does not take any parameters. Only @hls supports this.
Regards,
kl3m3n -