mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +00:00
98_Heating_Control.pm: change loglevel for deprecated info
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@20612 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ebe0e8e9c2
commit
eb436ecf94
@ -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