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`
## 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
> leftSide=`true`
#### Monitor \(The monitor instance\)
##### Service \(The service to be executed by the monitor\)
## Services
> leftSide=`true`
## Tasks
> leftSide=`true`
##### Notifications \(The notifications to be executed by the monitor\)
##### Tasks \(The tasks to be executed by the monitor\)