Skip to content

fix entity switch #2

maxbr requested to merge entity_switch into main

The matcher now exposes an rpc endpoint to handle entity switches. A switch request is now directly handled by:

  1. applying it on old state
  2. sending the request to the matcher

This makes the switch directly visible in the GUI. Caching the switch for future tracking tasks is no longer necessary.

Merge request reports