Mindmap update.

This commit is contained in:
Johannes Findeisen 2022-10-02 04:08:13 +02:00
commit b2c75d29d8

View file

@ -6,26 +6,22 @@ Mind Map generated by NB MindMap plugin
> collapsed=`true` > collapsed=`true`
## Monitors ## Notifications Tasks \(Singleton created by core or monitor and stored in a dict\)
### Monitor ## Services \(Singleton created by core or monitor and stored in a dict\)
#### Service ## Tasks \(Singleton created by core or monitor and stored in a dict\)
#### Notifications ## Plugins \(Singleton created by core and stored in a dict\)
#### Tasks ## Scheduler \(The scheduler based on APScheduler\)
## Plugins ### Monitors \(The loader of all monitors\)
## Notifications #### Monitor \(The monitor instance\)
> leftSide=`true`
##### Service \(The service to be executed by the monitor\)
## Services ##### Notifications \(The notifications to be executed by the monitor\)
> leftSide=`true`
## Tasks
> leftSide=`true`
##### Tasks \(The tasks to be executed by the monitor\)