I am currently using this to limit SSE events:
var nEvent = new EventSource(“http://192.168.1.201:8080/rest/events?topics=smarthome/items”);
I would like to limit this even further by using groups.
Has anyone achieved this or is it not possible
Thanks
roy