shower-times in system/settings

This commit is contained in:
MichaelDvP
2022-05-06 07:59:07 +02:00
parent 39d9eec890
commit 90aa385326
2 changed files with 5 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ class Shower {
void set_shower_state(bool state, bool force = false);
/* unused header
*
bool shower_alert() const {
return shower_alert_;
}
@@ -45,6 +47,7 @@ class Shower {
void shower_timer(const bool shower_timer) {
shower_timer_ = shower_timer;
}
*/
private:
static uuid::log::Logger logger_;