2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-05-02 00:48:53 +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:
Sailor 2022-12-09 17:24:51 +00:00
parent 94e8a1222f
commit fb759b25d3

View File

@ -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#####