2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 23:06:37 +00:00

98_Heating_Control: bugfix in conversion code to WeekdayTimer

git-svn-id: https://svn.fhem.de/fhem/trunk@19387 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Beta-User 2019-05-14 16:57:14 +00:00
parent 2400deb9cc
commit 9b5bb3bd87

View File

@ -132,7 +132,7 @@ sub Heating_Control_ConvertToWDT() {
my $definition = $defs{$hcName}{DEF};
my $windows = AttrVal($hcName,"windowSensor",undef);
my @a = GetDefAndAttr($hcName);
shift @a; shift @a; #delete define and uuid
shift @a; #delete define
my @b = GetAllReadings($hcName);
CommandDelete(undef,$hcName);
CommandDefine(undef,"$hcName WeekdayTimer $definition");