JanPalasek / smart-home-server

Server that is supposed to handle everything what smart home requires.
MIT License
0 stars 0 forks source link

Configurations #14

Open JanPalasek opened 4 years ago

JanPalasek commented 4 years ago

This application needs to be as scalable as possible. If I don't want to use some module (part of aplication, e.g. temperature measurements), then it should be possibility to "disable" it and not see it.

This could be solved e.g. with claims, or with some general kind of configuration that allows to "disable" part of app. It remains to be designed.