mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-22 08:11:44 +00:00
73_km200: bugfix - Dumper for error log
git-svn-id: https://svn.fhem.de/fhem/trunk@26822 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e21a61229f
commit
a660aa75b0
@ -71,6 +71,7 @@ sub km200_Initialize($) {
|
||||
HttpUtils
|
||||
Encode
|
||||
Text::Wrap
|
||||
Data::Dumper
|
||||
");
|
||||
|
||||
foreach my $Library (grep(/\S/, @UseLibraries)) {
|
||||
@ -300,6 +301,10 @@ sub km200_FirstInit($) {
|
||||
my $name = "73_km200";
|
||||
Log3 $name, 4, $name. " : km200_FirstInit - hash : " . Dumper($hash);
|
||||
|
||||
### Stop the current timer if one exists errornous
|
||||
RemoveInternalTimer($hash);
|
||||
Log3 $name, 4, $name. " : km200 - InternalTimer has been removed.";
|
||||
|
||||
###START###### Reset fullResponse error message ############################################################START####
|
||||
readingsSingleUpdate( $hash, "fullResponse", "OK", 1);
|
||||
####END####### Reset fullResponse error message #############################################################END#####
|
||||
|
Loading…
x
Reference in New Issue
Block a user