95_Dashboard: contrib 3.15.1
git-svn-id: https://svn.fhem.de/fhem/trunk@20244 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -935,11 +935,6 @@ sub Dashboard_CheckDashboardAttributUssage($) {
|
|||||||
if (!$tab1groups) {
|
if (!$tab1groups) {
|
||||||
FW_fC("attr ".$d." dashboard_tab1groups Set your FHEM groups here and arrange them on tab 1");
|
FW_fC("attr ".$d." dashboard_tab1groups Set your FHEM groups here and arrange them on tab 1");
|
||||||
}
|
}
|
||||||
|
|
||||||
my $tab1devs = AttrVal($d, "dashboard_tab1devices", "");
|
|
||||||
if (!$tab1devs) {
|
|
||||||
FW_fC("attr ".$d." dashboard_tab1devices Set your FHEM devices here and arrange them on tab 1");
|
|
||||||
}
|
|
||||||
|
|
||||||
# ---------------- Delete empty Groups entries ----------------------------------------------------------
|
# ---------------- Delete empty Groups entries ----------------------------------------------------------
|
||||||
my $tabgroups = AttrVal($d, "dashboard_tab1groups", "999");
|
my $tabgroups = AttrVal($d, "dashboard_tab1groups", "999");
|
||||||
|
|||||||
Reference in New Issue
Block a user