Detector SIO Interface:
- Add endpoints to control versioning mode and get current versioning info (`set_model_version_mode`, `get_model_version`)
- Add endpoints to get `about` info (same response as the corresponding REST endpoint)
- Add endpoints to control outbox mode (`get_outbox_mode`, `set_outbox_mode`)
- **Breaking change**: All SIO responses are now dicts. This affects the response of the `info` endpoint which now returns `{"status": "No model loaded"}` if no model is loaded.
All Nodes:
- Changes of the node status are now logged with level INFO
Further Breaking Changes:
- Enums are moved to own module