Hi there, I'm busy experimenting with custom mergebots and I'm using the trunk mergebot as a base and editing it from there.
What I want to do: I want to be able to listen for a changeset's attribute being changed, and not for a BranchAttributeChanged event.
What I've tried: I've looked at this documentation, and there are apparently only two different events that can be received through the WebSocket. I've made the mergebot log any messages received from the WebSocket, and it appears to only receive BranchAttributeChanged events.
Am I missing something obvious? Is there some setting I'm supposed to enable to make the server announce more events?
Running version 8.0.16.3219
Edit: I'm fairly new to this kind of programming. I come from a 3D/Unity/simulation programming background, so forgive me if this is a silly question.