I'm new to LCDproc and am designing my client code right now. Comparing various documentation I could find, I wonder if the meaning of listen & ignore have changed. One doc shows:
listen [#screen [#widget [#widgets...]]]
Notifies client that "server is listening for data".
ignore [#screen [#widget [#widgets...]]]
Tells the client "shut up".
While another doc says:
listen screen_id , ignore screen_id
The screen with the screen_id given is now visible on the display (listen) or it is not visible anymore on the display (ignore).
Does that mean when the ignore message arrives I cannot send any updates about that screen? Or is the ignore/listen just for my information but I can keep sending updates.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm new to LCDproc and am designing my client code right now. Comparing various documentation I could find, I wonder if the meaning of listen & ignore have changed. One doc shows:
While another doc says:
Does that mean when the ignore message arrives I cannot send any updates about that screen? Or is the ignore/listen just for my information but I can keep sending updates.