mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
73_km200: bugfix - hash{1} - error fixed
git-svn-id: https://svn.fhem.de/fhem/trunk@26850 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
a965f29fbe
commit
453c702928
@ -297,7 +297,7 @@ sub km200_Define($$) {
|
||||
|
||||
###START###### Initialize km200 after fhem Initialization is done #############################################START####
|
||||
sub km200_FirstInit($) {
|
||||
my $hash = @_;
|
||||
my ($hash) = @_;
|
||||
my $name = "73_km200";
|
||||
Log3 $name, 4, $name. " : km200_FirstInit - hash : " . Dumper($hash);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user