00_HMUARTLGW.pm: remove dutyCycle-warning for now

git-svn-id: https://svn.fhem.de/fhem/trunk@12638 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
mgernoth 2016-11-23 17:29:07 +00:00
parent f293e73917
commit dad76ceb7d

View File

@ -1768,8 +1768,8 @@ sub HMUARTLGW_Attr(@)
return "wrong syntax: dutyCycle must be 1 or 0" return "wrong syntax: dutyCycle must be 1 or 0"
if ($aVal !~ m/^[01]$/); if ($aVal !~ m/^[01]$/);
$attr{$name}{$aName} = $aVal; $attr{$name}{$aName} = $aVal;
$retVal = "Please make sure to be in compliance with local regulations when disabling dutyCycle!" #$retVal = "Please make sure to be in compliance with local regulations when disabling dutyCycle!"
if (!($aVal)); # if (!($aVal));
} else { } else {
delete $attr{$name}{$aName}; delete $attr{$name}{$aName};
} }