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:
@@ -1390,7 +1390,7 @@ sub weekprofile_Attr($$$)
|
||||
return undef;
|
||||
}
|
||||
##############################################
|
||||
sub weekprofile_createTempMap($) {
|
||||
sub weekprofile_createTempMap($;$) {
|
||||
my ($hash, $attrMap) = @_;
|
||||
my $me = $hash->{NAME};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user