2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

70_Klafs.pm: Klafs Sauna control

git-svn-id: https://svn.fhem.de/fhem/trunk@26433 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
xasher 2022-09-20 15:32:58 +00:00
parent 9118eda1a5
commit 3ad503c177
2 changed files with 2 additions and 3 deletions

View File

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

View File

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