mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-24 02:59:22 +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:
parent
c383d10b3d
commit
664ed9210c
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user