- timerlist: allow to enable/disable remote boxes

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-12-16 01:17:00 +01:00
committed by Thilo Graf
parent b4b122c6da
commit 124c8c6d63
7 changed files with 65 additions and 18 deletions

View File

@@ -178,6 +178,7 @@ struct timer_remotebox_item
std::string pass;
std::string rbname;
std::string rbaddress;
bool enabled;
bool online;
};