Draft: Introduce BECEvents
Description
This MR adds bec_events to the client. In future, this will help to keep the namespace clean
Related Issues
closes #271 (closed), closes #323 (closed)
Type of Change
- Add BECEvent class, accessible via
bec.events
- Add
device_monitor
tobec.events
to access data on the device_monitor endpoint
Potential side effects
If DAP
and bl_checks
should move to bec.events it will also affect the usage of DAP
in BECWidgets
Additional Comments
It would be logic to also add DAP and bl_checks to BECEvent class.
Definition of Done
-
Documentation is up-to-date. -
Consider adding DAP
andbl_checks
to BECEvents
Edited by appel_c