1
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-07 22:29:19 +00:00

tempList handling

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@5969 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876 2014-05-25 17:29:35 +00:00
parent 2606387b18
commit 01b1b56e2c

View File

@ -6790,7 +6790,7 @@ sub CUL_HM_tempListTmpl(@) { ##################################################
} }
$dlf{$prg}{$dayTxt} = 1; $dlf{$prg}{$dayTxt} = 1;
my $day = $dl{$dayTxt}; 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/){ if (AttrVal($name,"model","") =~ m/HM-TC-IT-WM-W/){
$tln =~ s/^R_/R_P1_/ if ($tln !~ m/^R_P/);# add P1 as default $tln =~ s/^R_/R_P1_/ if ($tln !~ m/^R_P/);# add P1 as default
} }