mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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:
parent
f293e73917
commit
dad76ceb7d
@ -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};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user