2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-25 09:49:20 +00:00

98_Heating_Control.pm: change loglevel for deprecated info

git-svn-id: https://svn.fhem.de/fhem/trunk@20612 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2019-11-29 06:39:43 +00:00
parent c383d10b3d
commit 664ed9210c

View File

@ -73,7 +73,7 @@ sub Heating_Control_Get($@) {
########################################################################
sub Heating_Control_Define($$){
my ($hash, $def) = @_;
Log3 $hash, 3, "Heating_Control is deprecated, use WeekdayTimer instead!";
Log3 $hash, 1, "Heating_Control is deprecated, use WeekdayTimer instead!";
my $ret = WeekdayTimer_Define($hash, $def);
return $ret;
}