2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

98_weekprofile: fix Too many arguments for main::weekprofile_createTempMap

git-svn-id: https://svn.fhem.de/fhem/trunk@24990 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Risiko 2021-09-18 18:26:31 +00:00
parent 5eda09829c
commit f19a0968b0

View File

@ -1390,7 +1390,7 @@ sub weekprofile_Attr($$$)
return undef;
}
##############################################
sub weekprofile_createTempMap($) {
sub weekprofile_createTempMap($;$) {
my ($hash, $attrMap) = @_;
my $me = $hash->{NAME};