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:
@@ -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" ){
|
||||
|
||||
Reference in New Issue
Block a user