tempList handling
git-svn-id: https://svn.fhem.de/fhem/trunk@5969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -6790,7 +6790,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
|
||||
}
|
||||
$dlf{$prg}{$dayTxt} = 1;
|
||||
my $day = $dl{$dayTxt};
|
||||
$tln =~s /tempList/${day}_tempList/ if ($tln !~ m/[0-6]_/);
|
||||
$tln =~s /tempList/${day}_tempList/ if ($tln !~ m/_[0-6]_/);
|
||||
if (AttrVal($name,"model","") =~ m/HM-TC-IT-WM-W/){
|
||||
$tln =~ s/^R_/R_P1_/ if ($tln !~ m/^R_P/);# add P1 as default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user