mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
tempList handling
git-svn-id: https://svn.fhem.de/fhem/trunk@5969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ff672b1947
commit
44a7be2c56
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user