2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

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"
if ($aVal !~ m/^[01]$/);
$attr{$name}{$aName} = $aVal;
$retVal = "Please make sure to be in compliance with local regulations when disabling dutyCycle!"
if (!($aVal));
#$retVal = "Please make sure to be in compliance with local regulations when disabling dutyCycle!"
# if (!($aVal));
} else {
delete $attr{$name}{$aName};
}