From f0f5fe67a6a4ab7ee599fe802389e767d038d16b Mon Sep 17 00:00:00 2001 From: xasher <> Date: Tue, 20 Sep 2022 15:32:58 +0000 Subject: [PATCH] 70_Klafs.pm: Klafs Sauna control git-svn-id: https://svn.fhem.de/fhem/trunk@26433 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + fhem/FHEM/70_Klafs.pm | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/fhem/CHANGED b/fhem/CHANGED index 1a575ba65..1b32400aa 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - bugfix: 70_Klafs: package main was removed from source code - bugfix: 31_LightScene: fixes for configDB (by Beta-User) - change: 93_DbRep: reduce memory allocation of reduceLog command - change: 88_HMCCU: Bug fixes and improvements diff --git a/fhem/FHEM/70_Klafs.pm b/fhem/FHEM/70_Klafs.pm index 7084088fb..2d31106e6 100644 --- a/fhem/FHEM/70_Klafs.pm +++ b/fhem/FHEM/70_Klafs.pm @@ -21,12 +21,10 @@ # Forum: https://forum.fhem.de/index.php?topic=127701 # ############################################################################## -package main; +package FHEM::Klafs; use strict; use warnings; -package FHEM::Klafs; - sub ::Klafs_Initialize { goto &Initialize } use Carp qw(carp);