mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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:
parent
5eda09829c
commit
f19a0968b0
@ -1390,7 +1390,7 @@ sub weekprofile_Attr($$$)
|
||||
return undef;
|
||||
}
|
||||
##############################################
|
||||
sub weekprofile_createTempMap($) {
|
||||
sub weekprofile_createTempMap($;$) {
|
||||
my ($hash, $attrMap) = @_;
|
||||
my $me = $hash->{NAME};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user