I am working on a PR for a binding which should respond rapidly to a browser refresh. It is displaying a door bell image snapshot via an Item of type Image. So pressing the browser refresh should ideally send a RefreshType.REFRESH command to the binding. However I have a user who is not seeing such refreshes. => Can anyone give a short overview of OH Core and OH Main UI (or other UIs) under what circumstances does a browser refresh cause RefreshType.REFRESH and not?
REFRESH command is not supposed to be triggered by a refresh of browser page.
Yeah. I learned that. So is there some way that the browser can actively trigger a refresh of the doorbell camera snapshot image? Otherwise the user has to wait up to 60 seconds for the next polling cycle.
I suppose the hack solution is to have a separate dummy switch item that triggers a rule that triggers a refresh on the doorbell snapshot. But this seems very ugly.