openbase / bco.dal

Domotic Abstraction Layer
Other
1 stars 2 forks source link

Multi Session UnitPool #118

Open pLeminoq opened 6 years ago

pLeminoq commented 6 years ago

To be able to allow more than one user to execute actions there have to be different unit pools for different session managers. To access one of these unit pools the pool has to verify that the user has permissions to do so. Additionally it would be good if these pools clear unused units (units without observers that were only used to execute actions). If no information is supplied while accessing a unit pool the one with other permissions should be used.