From e44bf0bc7dad873e4c764f5de3b1e6611d817694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Rou=C4=8Da?= <xrouca@fi.muni.cz> Date: Sun, 26 Mar 2023 12:28:33 +0200 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2902d8d..286134b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,6 @@ - **Assigment**: - The system will allow users to manage the smart meter devices at home. For a user, it will be possible to set different smart meters for the different houses they own/rent, and track the power consumption statistics over time that is collected automatically. They can track the power consumption of different devices in different time of the day (e.g., at night). They can also shut down the power to one of their houses through the system, when power is not needed. The power distribution company can consult the power consumption statistics over period of times of all the users registered into the system. -- To **compile project and run tests** use: `mvn clean install` -- To run - ## Roles System has three authorization roles - **Admin**, **Power Distribution Company Employee** and **Smart Energy User**. -- GitLab