ccu autoupdate at IOList setting

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@6234 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
martinp876
2014-07-11 06:45:22 +00:00
parent a78ffd418e
commit aa4fc13b67

View File

@@ -693,7 +693,8 @@ sub CUL_HM_Attr(@) {#################################
return "use $attrName only for ccu device"
if (!$hash->{helper}{role}{dev}
|| AttrVal($name,"model","CCU-FHEM") !~ "CCU-FHEM");
delete $attr{$name}{$attrName};
if($cmd eq "set"){$attr{$name}{$attrName} = $attrVal;}
else {delete $attr{$name}{$attrName};}
CUL_HM_UpdtCentral($name);
}
elsif($attrName eq "IOgrp" ){