2
0
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:
Sailor 2022-12-13 09:15:29 +00:00
parent a965f29fbe
commit 453c702928

View File

@ -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);