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 ac33c4d709
commit 3347e2e9ab

View File

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